Use Jupyter notebooks to publish with Hugo.
Project description
Publish Jupyter notebooks with Hugo.
Documentation: https://knowsuchagency.github.io/hugo_jupyter
Installation
pip install hugo_jupyter
Usage
cd root_of_hugo_project
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 the notebooks directory.
In addition, a fabfile.py script will be written at the project root.
fab serve
Automatically initializes 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.
Once you edit the name of the jupyter notebook to something other than Untitled*.ipynb, hugo-jupyter will automatically edit the notebook’s metadata to enable rendering with jupyter. You may need to reload the notebook page to see the changes in the metadata.
There will also be a hugo-jupyter dictionary in the notebook’s metadata with a render-to field automatically set to content/post/. You can edit this field to edit where the notebook’s markdown will be rendered to.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for hugo_jupyter-1.0.0-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0790345eb22adaeccff6146cadd32a9cc64da609122a0d912a254df9b89b56e3 |
|
MD5 | 7fd1b0087a1a9dd18b5462a2dfca0799 |
|
BLAKE2b-256 | 0c448ab978510327b080cbdcaad6f5d3b5de796b558c08ae71d2b802cb35196c |