Files
the-littlest-jupyterhub/tljh/requirements-base.txt

23 lines
841 B
Plaintext
Raw Normal View History

# When tljh.installer runs, the users' environment as typically found in
# /opt/tljh/user, is setup with these packages.
#
# WARNING: The order of these dependencies matters, this was observed when using
# the requirements-txt-fixer pre-commit hook that sorted them and made
# our integration tests fail.
#
# JupyterHub + notebook package are base requirements for user environment
jupyterhub==1.*
notebook==6.*
# Install additional notebook frontends!
jupyterlab==3.*
nteract-on-jupyter==2.*
# Install jupyterlab extensions from PyPI
# nbgitpuller for easily pulling in Git repositories
2021-10-16 19:05:21 +02:00
nbgitpuller==1.*
2021-02-09 09:07:51 +01:00
# jupyter-resource-usage to show people how much RAM they are using
jupyter-resource-usage==0.6.*
# Most people consider ipywidgets to be part of the core notebook experience
ipywidgets==7.*
# Pin tornado
2021-02-08 17:54:47 +01:00
tornado>=6.1