binder-examples/jupyter-extension

Name: jupyter-extension

Owner: Binder Examples

Description: Enabling jupyter extensions for use in Binder

Created: 2017-10-24 17:27:55.0

Updated: 2018-05-23 06:03:22.0

Pushed: 2017-12-07 21:31:30.0

Homepage: null

Size: 4

Language: Jupyter Notebook

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

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).


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.