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

zmoon/hu-pbl-workshop-2020

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Some of my stuff for the HU PBL Workshop

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published