# Overview: renderJS for jupyter notebook via extension
This repo contains two seperate things:
1. A [jupyter frontend extension](http://jupyter-notebook.readthedocs.io/en/latest/extending/frontend_extensions.html)
also called nbextension containing the javascript and html required to load arbitrary gadgets. See folder
`renderjs_nbextension/`.
2. An [ipython extension](https://ipython.org/ipython-doc/3/config/extensions/index.html) providing necessary python the commands to initiate the renderjs and controll the loaded gadgets. This happens directly from the notebook (cells). See folder `renderjs_ipyextension/`.
To make this work both the nbextension and the ipython-extension need to be installed and enabled.
# Install
TODO
# Use
All of the following python calls are made from the notebook itself.