Skip to content
This repository has been archived by the owner on Jun 2, 2022. It is now read-only.

Latest commit

 

History

History
27 lines (20 loc) · 1.6 KB

README.md

File metadata and controls

27 lines (20 loc) · 1.6 KB

hu-pbl-workshop-2020

Some of my stuff for the HU PBL Workshop

Binder (repo root)

Repo info

  • Jupyter NB extensions are enabled in binder/postBuild per this binder example

    • widgetsnbextension is installed when ipywidgets is installed via conda
    • RISE doesn't have to be manually enabled
    • installing Jupyter NB extensions from conda-forge, the first line in the example is not needed
    • toc2 is part of the "contrib" package, so --py not needed
  • To create the environment locally, install the Conda environment in binder/environment.yml

    conda env create -f environment.yml
    

    To run the notebooks, additionally install Jupyter Notebook with

    conda install -c conda-forge notebook
    

    Or, run with another jupyter via nb_conda_kernels (note: no need to explicitly install ipykernel since it is a dependency of ipywidgets and will already have been installed).

  • I am trying out nbdime's Git integration, for more informative diffs.

    • This requires that nbdime's tools are installed and available on your PATH for git to use.