-
Notifications
You must be signed in to change notification settings - Fork 13
/
environment.yaml
62 lines (56 loc) · 1.19 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
# 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
- "jupyter_server>=1.18.1"
- jupyterlab >=3
- jupyter_client
- jupyter_console
- jupyterhub==3.1.1
- nbconvert
- nbval
- retrolab
# jupyterlab extensions
- dask_labextension >= 5.3.0
- jupyterlab-git >=0.30.0
- sidecar >=0.5.0
- jupyter-videochat >=0.5.0
- ipywidgets >= 8.0.0
- ipyleaflet >=0.13.5
- pyviz_comms >=2.0.1
- jupyter-resource-usage >=0.6.0
- nbgitpuller
- jupyterlab_code_formatter
- jupyterlab-spellchecker >= 0.7.3
# viz tools
- param
- python-graphviz
- plotly >=5.0
- ipympl
- bokeh >=3.0
# 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-conda-store==2023.10.1
- jupyter-tensorboard
- jupyterlab_nvdashboard
- argo-jupyter-scheduler==2023.7.1
- jupyter_ai