Skip to content

Commit

Permalink
Add code to install JupyerLab, Jupyter Widgets,
Browse files Browse the repository at this point in the history
  • Loading branch information
kimlaberinto authored May 16, 2019
1 parent d7339e7 commit 86bc311
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions Dockerfile_musr
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,17 @@ FROM triumfmlutils/baseml:v0.2
LABEL maintainer="[email protected]"

RUN pip install bdata

#Installing JupyterLab
RUN pip install jupyterlab

# Installing Jupyter Widgets
RUN pip install ipywidgets
RUN jupyter nbextension enable --py widgetsnbextension

# Installing NODE JS required for JupyterLab Widgets Extension
RUN apt install nodejs npm

#Installing JypyterLab Widgets Extension
#https://ipywidgets.readthedocs.io/en/stable/user_install.html#installing-the-jupyterlab-extension
RUN jupyter labextension install @jupyter-widgets/jupyterlab-manager

0 comments on commit 86bc311

Please sign in to comment.