Welcome to Hugo Jupyter’s documentation!

Hugo Jupyter

https://img.shields.io/pypi/v/hugo_jupyter.svg https://img.shields.io/travis/knowsuchagency/hugo_jupyter.svg Updates https://img.shields.io/github/license/mashape/apistatus.svg

Use Jupyter notebooks to publish with Hugo.

Installation

pip install hugo_jupyter

Usage

From your hugo project’s root

hugo_jupyter --init

This will create a notebooks directory at the root of your hugo project if it doesn’t yet exist. Any jupyter notebooks you want rendered should go in this directory.

Then, from the root of your hugo project, you can type fab serve to automatically initialize your jupyter server, hugo server, and watchdog to re-render your jupyter notebooks to markdown for hugo as you create and edit them.

Jupyter Notebooks

Any notebooks that you create will need front matter for hugo to know how to render the content.

http://i.imgur.com/ynQs0gB.png http://i.imgur.com/Jcjwc0y.png

Indices and tables