Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tanbro/mkdocs-nbconvert

A MkDocs plug-in provides a source parser for *.ipynb files
https://github.com/tanbro/mkdocs-nbconvert

jupyter jupyter-notebook markdown mkdocs mkdocs-plugin nbconvert notebook notebook-publish

Last synced: 3 months ago
JSON representation

A MkDocs plug-in provides a source parser for *.ipynb files

Awesome Lists containing this project

README

        

# mkdocs-nbconvert

[![PyPI](https://img.shields.io/pypi/v/mkdocs-nbconvert.svg)](https://pypi.org/project/mkdocs-nbconvert/)
[![GitHub tag (latest SemVer pre-release)](https://img.shields.io/github/v/tag/tanbro/mkdocs-nbconvert)](https://github.com/tanbro/mkdocs-nbconvert)
[![workflow](https://github.com/tanbro/mkdocs-nbconvert/actions/workflows/workflow.yml/badge.svg)](https://github.com/tanbro/mkdocs-nbconvert/actions/workflows/workflow.yml)

A [MkDocs][] plug-in provides a source parser for `*.ipynb` [Jupyter][] Notebook files, base on [nbconvert][].

## References

-
-

## Build the site

The project itself's documentation site is a demo of how to use it.

To build and serve the doc-site:

```bash
pip install -r requirements.txt
mkdocs serve
```

Then open `http://127.0.0.1:8000` in your browser.

[MkDocs]: http://www.mkdocs.org/
[Jupyter]: https://jupyter.org/
[nbconvert]: https://pypi.org/project/nbconvert/