Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 9 additions & 12 deletions binder/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,16 @@ channels:
- conda-forge
dependencies:
# Jupyter dependencies
- jupyterhub>=1.5,<2
- jupyterlab>=3.2,<4
- jupyter-resource-usage
- jupyterlab-topbar
- jupyterlab-topbar-text
- jupyterlab-system-monitor
- nodejs
- jupyterhub>=4.1.6,<5
- jupyterlab>=4.4,<5
- notebook>=7.4,<8
- jupyter-resource-usage>=1,<2
- jupyterlab-topbar-text >=1.1.0,<2
- nodejs>=20
# Python environment
- python>=3.8
- python>=3.10
- pip
- ipywidgets>=7.6,<8
- ipywidgets>=8,<9
- numpy
- pandas
- scipy
Expand All @@ -28,9 +27,7 @@ dependencies:
# Jupyter archive
# https://github.com/jupyterlab-contrib/jupyter-archive
- jupyter-archive
- jupyterlab-variableinspector
- pip:
# Print module version
- watermark
# JupyterLab Variable inspector
# https://github.com/lckr/jupyterlab-variableInspector
- lckr-jupyterlab-variableinspector