Files
the-littlest-jupyterhub/tljh/requirements-base.txt
dependabot[bot] be3a7e9542 Bump notebook from 6.3.0 to 6.4.1 in /tljh
Bumps [notebook](http://jupyter.org) from 6.3.0 to 6.4.1.

---
updated-dependencies:
- dependency-name: notebook
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-23 20:36:50 +00:00

19 lines
653 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.4.0
notebook==6.4.1
# Install additional notebook frontends!
jupyterlab==3.*
nteract-on-jupyter==2.1.*
# Install jupyterlab extensions from PyPI
# nbgitpuller for easily pulling in Git repositories
nbgitpuller==0.9.*
# jupyter-resource-usage to show people how much RAM they are using
jupyter-resource-usage==0.5.*
# Most people consider ipywidgets to be part of the core notebook experience
ipywidgets==7.6.*
# Pin tornado
tornado>=6.1