Keith c25139b973 | 7 years ago | |
---|---|---|
images | 7 years ago | |
README.md | 7 years ago | |
example_document.html | 7 years ago | |
example_document.ipynb | 7 years ago | |
nbextensions_talk.ipynb | 7 years ago | |
nbextensions_talk.slides.html | 7 years ago |
This talk is about how to get the most out of the NBExtensions feature of Jupyter Notebooks.
NBExtensions provide an array of interesting functionality to Jupyter and this talk touches on a few of them, including
The original talk was presented on April 21, 2017 by me (myself and I) to the CU Boulder Computational Science and Engineering Research Group.
This talk was originally written as a Jupyter notebook and the HTML file for the talk is using reveal.js.
To convert the talk to HTML you will need to run:
jupyter nbconvert nbextensions_talk.ipynb --to slides --reveal-prefix "http://cdnjs.cloudflare.com/ajax/libs/reveal.js/3.3.0"
While the source for the talk is provided here, you do not need to convert it unless you need to make modifications to it.
To view the talk, simply clone this repository and view the original HTML source in any browser in the
nbextensions_talk.slides.html
ready to be viewed.An example file that shows a few of these extensions at work can be found in the
To understand the full installation requirement for NBExtensions explore here:
https://github.com/ipython-contrib/jupyter_contrib_nbextensions
And if you’d like the convenience of installing the plugin configurator, that can be found here: https://github.com/Jupyter-contrib/jupyter_nbextensions_configurator
The complete instructions and project documentation should be consulted to install and use properly to fullest extent.
CC-BY-4.0
This work is licensed under a Creative Commons Attribution 4.0 International License.