Skip to content

Commit

Permalink
Merge branch 'master' of github.com:scientificprogrammingUOS/lectures
Browse files Browse the repository at this point in the history
  • Loading branch information
cstenkamp committed Apr 29, 2019
2 parents 7205dc1 + ca0772b commit 4b6d39a
Show file tree
Hide file tree
Showing 5 changed files with 1,324 additions and 372 deletions.
4 changes: 4 additions & 0 deletions environment.yml
Expand Up @@ -23,7 +23,11 @@ dependencies:
- pytest
- cython
- tqdm
- ipympl
- pip:
- expyriment
- pygame
- jupyterlab-solutions
- jupyterlab_code_formatter
- nb_black

11 changes: 7 additions & 4 deletions postBuild
Expand Up @@ -2,19 +2,22 @@

jupyter labextension install @jupyter-widgets/jupyterlab-manager

#https://github.com/jupyterlab/jupyterlab-toc
# https://github.com/jupyterlab/jupyterlab-toc
jupyter labextension install @jupyterlab/toc

jupyter labextension install @lckr/jupyterlab_variableinspector

#https://github.com/rmotr/jupyterlab-solutions
# https://github.com/rmotr/jupyterlab-solutions
jupyter labextension install @rmotr/jupyterlab-solutions
jupyter serverextension enable jupyterlab_rmotr_solutions
mv jupyter_notebook_config.py ~/.jupyter/
jupyter labextension install jupyter-matplotlib
jupyter labextension install @ryantam626/jupyterlab_code_formatter
jupyter serverextension enable --py jupyterlab_code_formatter

#https://ipywidgets.readthedocs.io/en/stable/user_install.html
# https://ipywidgets.readthedocs.io/en/stable/user_install.html
conda install -y -n base -c conda-forge widgetsnbextension
conda install -y -n scientific_programming -c conda-forge ipywidgets
jupyter labextension install @jupyter-widgets/jupyterlab-manager

# Clear output of all notebooks.
jupyter nbconvert --ClearOutputPreprocessor.enabled=True --inplace **/*.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4b6d39a

Please sign in to comment.