Skip to content
Snippets Groups Projects
Select Git revision
  • 55762fce045d8253a69acfae96e386502d524d93
  • master default protected
2 results

postBuild

  • postBuild 497 B
    python installation/download_data.py
    
    mkdir PyImageCourse_beginner
    mv *.ipynb PyImageCourse_beginner/
    
    jupyter labextension install @jupyter-widgets/jupyterlab-manager --no-build
    jupyter labextension install ipyvolume --no-build
    jupyter labextension install jupyter-threejs --no-build
    jupyter labextension install itk-jupyter-widgets --no-build
    jupyter labextension install @lckr/jupyterlab_variableinspector --no-build
    jupyter labextension install jupyter-matplotlib --no-build
    
    jupyter lab build