Skip to content

fiolbs/nbpresent

 
 

Repository files navigation

nbpresent

remix your Jupyter Notebooks as interactive slideshows

example movie

Installation

pip install nbpresent
python -m nbpresent.install

To also enable the extension for every notebook launch:

python -m nbpresent.install --enable

Coming soon

Development

The nbpresent nbextension is built from src with:

  • less for style
  • babel for es2015
  • browserify for packaging

These are installed via npm:

npm install

To build everything:

npm run build

To rebuild on every save:

npm run watch

To ensure that you always get the right assets, install the nbextension with the symlink, force and enable options:

python -m nbpresent.install --force --symlink --enable

About

next generation slides for Jupyter Notebooks

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 78.4%
  • CSS 10.1%
  • Python 9.3%
  • Shell 2.2%