How should Jupyter extensions be installed and enabled for being reproducible?
问题 I'd like to make interactive slide set (for a presentation with some live coding in python) with RISE a.k.a. live_reveal, which is a notebook extension for Jupyter. I'd like the slide set to be usable by others (and by my future self) without too many manual steps (and without relying on hosted Jupyter solutions), thus I've chosen pipenv to manage dependencies. I can get started with pipenv install RISE pipenv run jupyter nbextension install rise --py --sys-prefix pipenv run jupyter