Skip to content

Instantly share code, notes, and snippets.

@eric-czech
Created March 10, 2019 09:52
Show Gist options
  • Save eric-czech/0ccf7225f3eb21c655887f0e8caadb4e to your computer and use it in GitHub Desktop.
Save eric-czech/0ccf7225f3eb21c655887f0e8caadb4e to your computer and use it in GitHub Desktop.
Docker snippet for itkwidgets jupyterlab extension installation
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