2019-10-28 11:07:11 +01:00
|
|
|
# FIXME: a frozen version of this file should be used
|
|
|
|
|
# pinning only direct dependencies is a recipe for broken environments!
|
|
|
|
|
|
|
|
|
|
# JupyterHub + notebook package are base requirements for user environment
|
2021-05-10 14:13:08 +03:00
|
|
|
jupyterhub==1.4.0
|
2021-08-23 20:36:50 +00:00
|
|
|
notebook==6.4.1
|
2019-10-28 11:07:11 +01:00
|
|
|
# Install additional notebook frontends!
|
2020-12-29 16:22:57 +05:30
|
|
|
jupyterlab==3.*
|
2019-10-28 11:07:11 +01:00
|
|
|
nteract-on-jupyter==2.1.*
|
2020-12-29 16:22:57 +05:30
|
|
|
# Install jupyterlab extensions from PyPI
|
2019-10-28 11:07:11 +01:00
|
|
|
# nbgitpuller for easily pulling in Git repositories
|
2020-11-24 16:30:53 +02:00
|
|
|
nbgitpuller==0.9.*
|
2021-02-09 09:07:51 +01:00
|
|
|
# jupyter-resource-usage to show people how much RAM they are using
|
|
|
|
|
jupyter-resource-usage==0.5.*
|
2019-10-28 11:07:11 +01:00
|
|
|
# Most people consider ipywidgets to be part of the core notebook experience
|
2021-02-08 17:54:47 +01:00
|
|
|
ipywidgets==7.6.*
|
2019-10-28 11:07:11 +01:00
|
|
|
# Pin tornado
|
2021-02-08 17:54:47 +01:00
|
|
|
tornado>=6.1
|