Skip to content

Commit

Permalink
Merge pull request #2 from 2i2c-org/labbump
Browse files Browse the repository at this point in the history
Bump JupyterLab + friends
  • Loading branch information
yuvipanda authored Dec 14, 2021
2 parents 83a724f + 65988d7 commit d4308bc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 14 deletions.
15 changes: 8 additions & 7 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,22 +30,23 @@ dependencies:

- pip:
# Infrastructure things
- jupyterlab==2.*
- voila==0.2.3
- nbgitpuller==0.9.*
- jupyterlab==3.*
- retrolab==0.3.*
- voila==0.3.*
- nbgitpuller==1.0.*
- jupyter-resource-usage==0.5.1
- jupytext==1.6.*
- jupytext==1.13.*
- RISE==5.6.1
- jupyter_contrib_nbextensions==0.5.1
- jupyter-desktop-server==0.1.3
- git-credential-helpers==0.2
- notebook==6.1.6
- jupyterhub==1.3.0
- jupyter-server-proxy==3.1.0
- jupyterhub==1.5.0
- jupyter-server-proxy==3.2.0
- jupyter-rsession-proxy==1.4
- jupyter-shiny-proxy==1.1
- jupyter-tree-download==1.0.1
- ipywidgets==7.6.2
- ipywidgets==7.6.5
# This is temporary (ref: https://github.com/utoronto-2i2c/jupyterhub-deploy/issues/77)
- jedi==0.17.2

Expand Down
7 changes: 0 additions & 7 deletions install-jupyter-extensions.bash
Original file line number Diff line number Diff line change
@@ -1,13 +1,6 @@
#!/bin/bash
set -euo pipefail

jupyter labextension install --debug \
@jupyter-widgets/jupyterlab-manager@2 \
@jupyterlab/[email protected] \
[email protected] \
[email protected] \
[email protected]

# Install jupyter-contrib-nbextensions
jupyter contrib nbextension install --sys-prefix

Expand Down

0 comments on commit d4308bc

Please sign in to comment.