uc-python / intro-python-datasci

Intro to Python for Data Science Workshop
https://uc-python.github.io/intro-python-datasci/
MIT License
32 stars 23 forks source link

Jupyter extensions do not work in Binder #13

Closed markroepke closed 5 years ago

markroepke commented 5 years ago

The Jupyter extensions we use for the slides do not work in Binder.

Below are the extensions used and how they were installed/enabled locally:

  1. RISE
    • conda install -c conda-forge rise
  2. Split Cells
    • conda install -c conda-forge jupyter_contrib_nbextensions
    • jupyter nbextension enable splitcell/splitcell

The following repository should be helpful in solving this issue: https://github.com/binder-examples/jupyter-extension

Or this could be helpful as this is a Binder instance with RISE enabled and we're using environment.yml already: https://github.com/damianavila/RISE/tree/master/binder

markroepke commented 5 years ago

Extensions now working and slides opening in Binder