generated from berkeley-dsep-infra/hub-user-image-template
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathenvironment.yml
46 lines (41 loc) · 1.03 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
name: ischool
channels:
- conda-forge
dependencies:
# Items required for basic level functionality
- gh-scoped-creds==4.1
- git==2.47.1
- jupyter-archive==3.4.0
- jupyter-offlinenotebook==0.3.1
- jupyter-resource-usage==1.1.0
- jupyter-server-proxy==4.4.0
- jupyter_server==2.15.0
- jupyterhub==5.2.1
- jupyterlab==4.3.4
- jupyterlab-git==0.50.2
- jupyterlab_rise==0.43.1
- jupytext==1.16.6
- nbgitpuller==1.2.1
- notebook==7.3.2
- otter-grader==6.1.0
- pip==24.3.1
- python==3.11.*
# vscode
- code-server==4.23.1
- jupyter-vscode-proxy==0.6
# other packages
- syncthing==1.27.12
- jupyter-rsession-proxy==2.2.1
- jupyter-syncthing-proxy==1.0.3
- traitlets=5.14.3
- appmode==1.0.0
- ipywidgets==8.1.2
- pip:
# DH-327
- nbconvert[webpdf]==7.16.5
# for notebook exporting
- nb2pdf==0.6.2
- nbpdfexport==0.2.1
# from infra-requirements
- git+https://github.com/shaneknapp/python-popularity-contest.git@add-error-handling
- git-credential-helpers==0.2