{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "# NbConvert, Python library" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "In this Notebook, I will introduce you to the programatic API of nbconvert to show you how to use it in various context. \n", "\n", "For this I will use one of [@jakevdp](https://github.com/jakevdp) great [blog post](http://jakevdp.github.io/blog/2013/04/15/code-golf-in-python-sudoku/).\n", "I've explicitely chosen a post with no javascript tricks as Jake seem to be found of right now, for the reason that the becommings of embeding javascript in nbviewer, which is based on nbconvert is not fully decided yet. \n", "\n", "\n", "This will not focus on using the command line tool to convert file. The attentive reader will point-out that no data are read from, or written to disk during the conversion process. Indeed, nbconvert as been though as much as\n", "possible to avoid IO operation and work as well in a database, or web-based environement." ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "#### Quick overview" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "Credit, Jonathan Freder (@jdfreder on github)\n", "\n", "