Skip to main content

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 There are several development scenarios

### The Hard Way The nbpresent nbextension is built from src in a checked out repo with: - less for style - babel for es2015 - browserify for packaging

These are installed via npm: `shell npm install `

To build everything with sourcemaps: `shell npm run build `

To rebuild on every save: `shell npm run watch `

To build everything, and optimize it: `shell npm run build `

To ensure that you always get the right assets, install the nbextension with the symlink, force and enable options: `shell python -m nbpresent.install --overwrite --symlink --enable --user `

### Developing with conda A conda package, which pre-builds the static assets and installs itself into the local conda environment, is built from conda.recipe

` conda build conda.recipe `

When developing with conda, you may want to use your conda environment to store assets and configuration: `shell python -m nbpresent.install --overwrite --symlink --enable --prefix="${CONDA_ENV_PATH}" `

### Developing with docker compose A number of intermediate Dockerfiles are available for different development workflows. These are most easily managed with docker-compose.

For building a pristine conda environment, use conda_base. For a build of nbpresent, with all tests, use conda_build. For a live, running notebook with nbpresent installed, use conda.

>> META: TODO: make templates?

Here is the build chain:

`shell docker-compose build conda_base && \ docker-compose build conda_build && \ docker-compose build conda && \ docker-compose up conda `

> META: force build 1

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

nbpresent-0.4.0.tar.gz (115.6 kB view hashes)

Uploaded Source

Built Distribution

nbpresent-0.4.0-py2.py3-none-any.whl (119.5 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page