man-group / notebooker

Productionise & schedule your Jupyter Notebooks as easily as you wrote them.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Notebooker

Productionise and schedule your Jupyter Notebooks, just as interactively as you wrote them. Notebooker is a webapp which can execute and parametrise Jupyter Notebooks as soon as they have been committed to git. The results are stored in MongoDB and searchable via the web interface, essentially turning your Jupyter Notebook into a production-style web-based report in a few clicks.

CircleCI Documentation Status

Run a Jupyter notebook as a report with parameters

Screenshot of "Run A Report" dialog

Execute Jupyter notebooks either on the webservice or command line

Screenshot of Executing a notebook

View the output of notebooks as static HTML

Screenshot of some notebook results

All results are accessible from the home page

Screenshot of the Notebooker homepage

Drill down into each template's results

Screenshot of result listings

Getting started

See the documentation at https://notebooker.readthedocs.io/ for installation instructions.

Notebooker has been tested on Linux, Windows 10, and OSX; the webapp has been tested on Google Chrome.

If you want to explore an example right away, you can use docker-compose:

cd docker
docker-compose up

That will expose Notebooker at http://localhost:8080/ with the example templates.

Contributors

Notebooker has been actively maintained at Man Group since late 2018, with the original concept built by Jon Bannister. It would not have been possible without contributions from:

And these fantastic projects:

About

Productionise & schedule your Jupyter Notebooks as easily as you wrote them.

License:GNU Affero General Public License v3.0


Languages

Language:Python 81.5%Language:JavaScript 8.2%Language:HTML 7.0%Language:Smarty 1.4%Language:SCSS 0.8%Language:Dockerfile 0.4%Language:CSS 0.4%Language:Jupyter Notebook 0.4%