generated from berkeley-dsep-infra/hub-user-image-template
-
Notifications
You must be signed in to change notification settings - Fork 4
/
environment.yml
47 lines (41 loc) · 965 Bytes
/
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
name: ischool
channels:
- conda-forge
dependencies:
# Items required for basic level functionality
- gh-scoped-creds==4.1
- git==2.47.0
- jupyter-resource-usage=1.1.0
- jupyterhub==4.1.6
- jupyterlab==4.2.5
- jupyter_server==2.14.2
- jupyterlab-git==0.50.1
- jupytext==1.16.4
- nbgitpuller==1.2.1
- notebook==7.2.2
- 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-server-proxy==4.4.0
- jupyter-syncthing-proxy==1.0.3
- traitlets=5.14.3
- appmode==1.0.0
- ipywidgets==8.1.2
- pip==24.2
- pip:
- otter-grader==3.1.4
# DH-327
- nbconvert[webpdf]==7.16.4
# for notebook exporting
- nb2pdf==0.6.2
- nbpdfexport==0.2.1
# from infra-requirements
- jupyter-archive==3.4.0
- rise==5.7.1
- git+https://github.com/shaneknapp/python-popularity-contest.git@add-error-handling
- git-credential-helpers==0.2
- jupyter-tree-download==1.0.1