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.
This commit is contained in:
YuviPanda
2020-12-29 16:22:57 +05:30
parent d948244b4d
commit 94b38def7d
3 changed files with 4 additions and 33 deletions

View File

@@ -5,8 +5,10 @@
jupyterhub==1.2.*
notebook==6.1.*
# Install additional notebook frontends!
jupyterlab==2.*
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