Created
March 10, 2019 09:52
-
-
Save eric-czech/0ccf7225f3eb21c655887f0e8caadb4e to your computer and use it in GitHub Desktop.
Docker snippet for itkwidgets jupyterlab extension installation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
RUN mkdir $HOME/.nodeenv && \ | |
cd $HOME/.nodeenv && \ | |
pip install nodeenv && \ | |
nodeenv jupyterlab && \ | |
. jupyterlab/bin/activate && \ | |
pip install itkwidgets && \ | |
jupyter labextension install @jupyter-widgets/jupyterlab-manager itk-jupyter-widgets |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment