[prototype] Jupyter Notebooks Rendering
trsvchn opened this issue · 2 comments
trsvchn commented
- Link examples repo as a submodule
- Add a script based on nbconvert to:
- convert ipynb notebook from examples to markdown files
- prepend hugo related header (post title, footer...)
trsvchn commented
The proto is ready, for rendering single dummy notebook with text and image output cells.
- Go to the branch:
jupyter-nb-rendering
- Install dependencies
pip install pr scripts/requirements.txt
- Get examples
git submodule update --init --recursive
- Run from repo root dir
./scripts/nb_to_md.sh examples ./content/docs/tutorials
- Run Hugo
hugo server
- Enjoy!