Program to make a jupyter notebook into offline reveal.js slideshow
Project description
Offline Slides
Hacky program to make a jupyter notebook into offline reveal.js slideshow. Can also output a html version. Will create a .slides.offline.html next to the notebook as well as a ext/ folder including all of the required files. You need to copy both of those for the presentation to work.
Usage
as command line tool
offlineslides [-h] [--html] [--no-download] [--verbose] notebook_path
positional arguments:
notebook_path Path to the .ipynb notebook
optional arguments:
-h, --help show this help message and exit
--html Export as offline standalone html
--no-download, -n Do not download files if ext folder exists
--verbose, -v Output more info if true
as library
from offlineslides import export_to_offline
export_to_offline('my_notebook.ipynb')
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
offlineslides-0.2.0.tar.gz
(3.5 kB
view hashes)
Built Distribution
Close
Hashes for offlineslides-0.2.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | cb71757c2edebbbe65e3957ae86ce867a0a02dcf7e442737cd35604e6c4cde81 |
|
MD5 | 8232df97f8a54c32e2c1bca15b861d6f |
|
BLAKE2b-256 | b4aae7c69e13f482a44decd883bde776e5fff5b4cfc86b292b02feb996c3d804 |