Skip to content
Snippets Groups Projects
Commit b3bea45b authored by guiwitz's avatar guiwitz
Browse files

update jupyterlab deps, remove ipyvolume

parent 930d80ae
No related branches found
No related tags found
No related merge requests found
name: improc_beginner name: improc_beginner_corr
channels: channels:
- conda-forge - conda-forge
dependencies: dependencies:
...@@ -11,7 +11,8 @@ dependencies: ...@@ -11,7 +11,8 @@ dependencies:
- ipywidgets - ipywidgets
- pandas - pandas
- jupyter_contrib_nbextensions - jupyter_contrib_nbextensions
- ipyvolume
- ipympl - ipympl
- nbgrader
- pip: - pip:
- requests - requests
\ No newline at end of file - lckr-jupyterlab-variableinspector
\ No newline at end of file
python installation/download_data.py python installation/download_data.py
mkdir PyImageCourse_beginner mkdir PyImageCourse_beginner
mv *.ipynb PyImageCourse_beginner/ mv *.ipynb PyImageCourse_beginner/
\ No newline at end of file
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
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment