-
Notifications
You must be signed in to change notification settings - Fork 0
/
environment.yml
60 lines (50 loc) · 1.4 KB
/
environment.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
name: py-rocket-base
channels:
- conda-forge
- nodefaults
dependencies:
# Core JupyterHub packages
- python=3.12
- pangeo-notebook=2024.11.11
- pip
- jupyter-resource-usage
- gh-scoped-creds==4.1
# R/RStudio Support
- jupyter-rsession-proxy
# VS Code support
- jupyter-vscode-proxy
- code-server
# https://syncthing.net/ provides a dropbox-like interface for syncing directories across users,
# hubs and machines. Used along with `jupyter-syncthing-proxy`.
#- jupyter-syncthing-proxy==1.0.3
#- syncthing~=1.22.1
# Extra Jupyter tools
- jupyterlab-git
- jupyter-ai
- jupyter-book
- jupyter-offlinenotebook
- jupyter-sshd-proxy
- jupyterlab-favorites
- jupyterlab-geojson
- jupyterlab-h5web
- jupyterlab-myst
- jupytext
- nbdime
# JupyterBook Addons
- sphinx
- sphinxcontrib-bibtex
# More git tools from github-cli
- gh
# Resolves warning "No ICDs were found": https://github.com/CryoInTheCloud/hub-image/issues/50
- ocl-icd-system
# needed for Linux desktop to work
- websockify>=0.10
# Includes new subcommands (`switch` & `restore`) and vulnerability fixes
# over the version available via ubuntu sources
- git>=2.39
# Desktop server
# Not all packages will be available from conda-forge, we install from pip when we need to.
- pip
- pip:
# Access linux desktop from inside JupyterHub
- jupyter-remote-desktop-proxy