Skip to content

hermantolentino/jupyter-extension

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Enabling Jupyter Extensions with post-build commands

Binder

This example demonstrates how to enable Jupyter extensions with Binder. We'll cover a few in this repo because some are idiosyncratic in how they're enabled.

We accomplish each using a requirements.txt file to install the extensions, then a postBuild file to enable them.

ipywidgets

Ipywidgets lets you create interactive widgets in your notebook. Installation is fairly straightforward. You install the python package, then enable the extension.

python-markdown

The python-markdown extension is useful for interweaving computational cells (e.g., python cells) and markdown cells. As this extension automatically runs code in the notebook, you need to be sure to "trust" the notebooks in your postBuild script (see the script in this repo for example).

About

Enabling jupyter extensions for use in Binder

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 100.0%