-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathenvironment.yaml
69 lines (62 loc) · 1.42 KB
/
environment.yaml
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
61
62
63
64
65
66
67
68
69
# Copyright (c) Nebari Development Team.
# Distributed under the terms of the Modified BSD License.
name: default
channels:
- conda-forge
dependencies:
# general
- pip
# jupyterhub/jupyterlab
- nb_conda_kernels
- ipython > 7
- jupyter-server-proxy >=4.4.0
- "jupyter_server>=2.13.0"
- jupyterlab==4.2.5
- jupyter_client
- jupyter_console
- jupyterhub==5.1.0
- nbconvert
- nbval
# jupyterhub extension
# jupyterlab extensions
- dask_labextension >= 5.3.0
- jupyterlab-git >=0.30.0
- sidecar >=0.5.0
- ipywidgets >= 8.0.0
- ipyleaflet >=0.13.5
- pyviz_comms >=3.0.3
- jupyter-resource-usage >=0.6.0
- nbgitpuller
- jupyterlab_code_formatter
- jupyterlab-spellchecker >= 0.7.3
- jupyterlab-pioneer
- jupyter-ai
- jupyterlab-favorites >=3.2.1
- jupyter-scheduler >=2.5.2,<2.6.0
# viz tools
- param
- python-graphviz
- plotly >=5.0
- ipympl
- bokeh >=3.5.2
# testing, docs, linting
- pytest
- hypothesis
- flake8
- sphinx
- pytest-cov
- black
- isort
- importnb
- git-lfs
- pip:
# vscode jupyterlab launcher
- git+https://github.com/betatim/vscode-binder
- jupyterlab_nvdashboard==0.11.0
- argo-jupyter-scheduler==2024.6.1
- jhub-apps==2024.12.1
- jupyterlab-nebari-mode==0.3.0
- jupyterlab-conda-store==2024.11.1
- jupyterlab-launchpad==1.0.3
- jupyterlab-gallery==0.6.3
- jupyterlab-jhub-apps==0.3.1