Next generation slides from Jupyter Notebooks
Project description
# nbpresent > remix your Jupyter Notebooks as interactive slideshows
## Installation `shell pip install nbpresent python -m nbpresent.install `
Then either run `python %reload_ext nbpresent `
_every time you start the notebook or _enable_ the extension for every notebook launch: `shell python -m nbpresent.install --enable `
### Coming soon - [conda package](https://github.com/ContinuumIO/nbpresent/issues/1)
## Export Stock nbconvert doesn’t store quite enough information, so you’ll need to do something like this: `shell python -m nbpresent.present notebooks/README.ipynb > README.html ` The resulting file can be hosted and viewed (but not edited!) on any site with fallback to Github.
## Development The nbpresent nbextension is built from src with: - less for style - babel for es2015 - browserify for packaging
These are installed via npm: `shell npm install `
To build everything: `shell npm run build `
To rebuild on every save: `shell npm run watch `
To ensure that you always get the right assets, install the nbextension with the symlink, force and enable options: `shell python -m nbpresent.install --force --symlink --enable `
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for nbpresent-0.2.0.dev0-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7181b66b9753916fc38aee6f10932035402785256b93bbe016f79ecb1ad8a815 |
|
MD5 | a7d95b4df510211bd87b68e3a5743076 |
|
BLAKE2b-256 | abad271661243708ecd79566ae549136b52168dd16f9ef08331f1094373433ff |