File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed
Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -7,13 +7,18 @@ channels:
77dependencies :
88 # Core JupyterHub packages
99 - python=3.12
10- # most of the core libraries are here
10+ # most of the core libraries are in the pangeo-notebook meta package
1111 # https://anaconda.org/channels/conda-forge/packages/pangeo-notebook/overview
1212 - pangeo-notebook=2025.12.08
1313 - pip
1414 - jupyter-resource-usage
1515 - gh-scoped-creds==4.1
1616
17+ # Some more basic UI/UX
18+ - conda-lock
19+ - pigz
20+ - python-dotenv
21+
1722 # R/RStudio Support
1823 - jupyter-rsession-proxy
1924
@@ -28,7 +33,7 @@ dependencies:
2833
2934 # Extra Jupyter tools
3035 - jupyterlab-git
31- # - jupyter-ai
36+ # - jupyter-ai # was causing a memory leak so out for now
3237 - jupyter-book
3338 - jupyter-offlinenotebook
3439 - jupyter-sshd-proxy
@@ -38,6 +43,7 @@ dependencies:
3843 - jupyterlab-myst
3944 # - jupytext # no jupytext until quarto bug that deletes content is fixed
4045 - nbdime
46+ - escapism
4147
4248 # JupyterBook Addons
4349 - sphinx
@@ -61,3 +67,5 @@ dependencies:
6167 - jupyter-remote-desktop-proxy
6268 # Create urls to open files directly in hub
6369 - jupyterlab-open-url-parameter
70+ # Open quarto files in JupyterLab
71+ - jupyterlab-quarto
You can’t perform that action at this time.
0 commit comments