Skip to content

Commit 23c4f59

Browse files
authored
Merge pull request #284 from nmfs-opensci/eeholmes-patch-1
add conda lock, pigz
2 parents 05562a6 + a1b1c00 commit 23c4f59

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

environment.yml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,18 @@ channels:
77
dependencies:
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

0 commit comments

Comments
 (0)