Files
the-littlest-jupyterhub/tljh/requirements-base.txt
YuviPanda 94b38def7d Upgrade to JupyterLab 3.0
JupyterLab 3.0 no longer equires npm to build extensions!
This should hopefully let us reduce the memory requiremets
for TLJH.
2020-12-29 16:22:57 +05:30

20 lines
646 B
Plaintext

# 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
jupyterhub==1.2.*
notebook==6.1.*
# Install additional notebook frontends!
jupyterlab==3.*
nteract-on-jupyter==2.1.*
# Install jupyterlab extensions from PyPI
jupyterlab-widgets==1.*
# nbgitpuller for easily pulling in Git repositories
nbgitpuller==0.9.*
# nbresuse to show people how much RAM they are using
nbresuse==0.3.*
# Most people consider ipywidgets to be part of the core notebook experience
ipywidgets==7.5.*
# Pin tornado
tornado<6