@@ -6,53 +6,48 @@ channels:
6
6
7
7
dependencies :
8
8
- python~=3.11.0
9
- # nbgitpuller is very helpful when distributing user content
10
- - nbgitpuller~=1.2.0
11
- # Specify major version of jupyterlab to use. Manually bump it when you want to upgrade
12
- # jupyterlab version
13
- - jupyterlab>=4.0,<4.1
14
- # This provides memory usage stats on JupyterLab and classic notebook
15
- - jupyter-resource-usage~=1.0.1
16
- # https://syncthing.net/ provides a dropbox-like interface for syncing directories across users,
17
- # hubs and machines. Used along with `jupyter-syncthing-proxy`.
18
- - jupyter-syncthing-proxy==1.0.3
19
- - syncthing~=1.22.1
9
+ - jupyterlab>=4.0
10
+ - jupyter-resource-usage
11
+ - jupyterlab-git
20
12
# gh-scoped-creds allows users to securely push to GitHub from their repo.
21
- # https://blog.jupyter.org/securely-pushing-to-github-from-a-jupyterhub-3ee42dfdc54f has
22
- # some more information
23
13
- gh-scoped-creds==4.1
24
- # More git tools from github-cli
25
- - gh~=2.32.1
26
14
27
15
# R/RStudio Support
28
16
- jupyter-rsession-proxy
29
17
30
18
# VS Code support
31
- - jupyter-vscode-proxy~=0.5
32
- - code-server~=4.23
19
+ - jupyter-vscode-proxy
20
+ - code-server
33
21
34
- # Jupyter tools
35
- - ipython~=8.17
36
- - ipywidgets~=8.1.1
37
- - jupyter-ai~=2.20
38
- - jupyter-book~=1.0.0
39
- # - jupyter-collaboration~=2.0.1
40
- - jupyter-offlinenotebook~=0.3.1
41
- - jupyter-sshd-proxy~=0.2
42
- - jupyterlab-favorites~=3.2.1
43
- - jupyterlab-geojson~=3.4.0
44
- - jupyterlab-git~=0.50.0
45
- - jupyterlab-h5web~=11.1.0
46
- - jupyterlab-myst~=2.4.2
47
- - jupyterlab_pygments~=0.3.0 # To bring extension up-to-date
48
- - jupytext~=1.16.1
49
- - nbdime~=4.0.1
22
+ # https://syncthing.net/ provides a dropbox-like interface for syncing directories across users,
23
+ # hubs and machines. Used along with `jupyter-syncthing-proxy`.
24
+ # - jupyter-syncthing-proxy==1.0.3
25
+ # - syncthing~=1.22.1
26
+
27
+ # Extra Jupyter tools
28
+ - ipython
29
+ - ipywidgets
30
+ - jupyter-ai
31
+ - jupyter-book
32
+ - jupyter-offlinenotebook
33
+ - jupyter-sshd-proxy
34
+ - jupyterlab-favorites
35
+ - jupyterlab-geojson
36
+ - jupyterlab-h5web
37
+ - jupyterlab-myst
38
+ - jupyterlab_pygments>=0.3.0
39
+ - jupytext
40
+ - nbdime
50
41
# JupyterBook Addons
51
- - sphinx~=7.3
42
+ - sphinx
52
43
- sphinxcontrib-bibtex
53
44
# Interactive apps
54
- - itables~=2.1
55
- - voila~=0.5
45
+ - itables
46
+ - voila
47
+ # nbgitpuller is very helpful when distributing user content
48
+ - nbgitpuller
49
+ # More git tools from github-cli
50
+ - gh
56
51
57
52
# Resolves warning "No ICDs were found": https://github.com/CryoInTheCloud/hub-image/issues/50
58
53
- ocl-icd-system
@@ -64,7 +59,7 @@ dependencies:
64
59
65
60
# Desktop server
66
61
# Not all packages will be available from conda-forge, we install from pip when we need to.
67
- - pip~=23.3.2
62
+ - pip
68
63
- pip :
69
64
# Access linux desktop from inside JupyterHub
70
65
- jupyter-desktop-server==0.1.3
0 commit comments