We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 109b0fc commit 3000951Copy full SHA for 3000951
environment_icechunk.yml
@@ -18,6 +18,8 @@ dependencies:
18
# Remote Access
19
- fsspec
20
- s3fs # Access to Amazon S3 filesystem
21
+ - kerchunk
22
+ - virtualizarr
23
- cdsapi # Access to Copernicus Data System for ERA5
24
25
@@ -38,6 +40,7 @@ dependencies:
38
40
# - ipywidgets_bokeh
39
41
# - jupyter_bokeh # Renders Holviz / Bokeh objects in Jupyter
42
# - pyviz_comms # bidirectional communication between Python & JavaScript for Jupyter
43
+# - jupyter_fsspec
44
45
# Dev tools: Language Server Protocol (LSP) (Optional)
46
- python-lsp-server # LSP extension for Python (pylsp), including:
0 commit comments