Skip to content

Commit

Permalink
docker: new jupyter-topbar install instructions for jupyterlab v3
Browse files Browse the repository at this point in the history
  • Loading branch information
tlvu committed Jul 26, 2021
1 parent 8c4c7c4 commit b290b79
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 1 addition & 5 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,7 @@ RUN jupyter labextension install @jupyter-widgets/jupyterlab-manager \
&& jupyter labextension install @pyviz/jupyterlab_pyviz \
&& jupyter labextension install @jupyterlab/debugger \
&& jupyter labextension install @jupyterlab/google-drive \
&& jupyter labextension install jupyterlab-topbar-extension \
jupyterlab-system-monitor \
jupyterlab-topbar-text \
jupyterlab-logout \
jupyterlab-theme-toggle \
&& jupyter labextension install jupyterlab-topbar-text \
jupyterlab_conda
# && jupyter labextension install jupyterlab-clipboard

Expand Down
2 changes: 2 additions & 0 deletions docker/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,8 @@ dependencies:
# Voila turns Jupyter notebooks into standalone web applications
- voila
- jupyter-archive
# https://github.com/jtpio/jupyterlab-topbar
- jupyterlab-topbar
# xeus-python: back-end kernel implementing the Jupyter Debug Protocol
- xeus-python
- jupyter-dash
Expand Down

0 comments on commit b290b79

Please sign in to comment.