Metadata-Version: 2.1
Name: mkdocs-nbconvert
Version: 0.1.2.post1
Summary: A MkDocs plug-in provides a source parser for *.ipynb files
Home-page: https://tanbro.github.io/mkdocs-nbconvert
Author: liu xue yan
Author-email: liu_xue_yan@foxmail.com
License: MIT
Project-URL: Documentation, https://tanbro.github.io/mkdocs-nbconvert
Project-URL: Source Code, https://github.com/tanbro/mkdocs-nbconvert
Keywords: mkdocs,mkdocs-plugin,jupyter-notebook,markdown,nbconvert
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Requires-Python: >=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*
Description-Content-Type: text/markdown
Requires-Dist: mkdocs
Requires-Dist: nbconvert

# MkDocs-nbconvert

[![PyPI](https://img.shields.io/pypi/v/mkdocs-nbconvert.svg)](https://pypi.org/project/mkdocs-nbconvert/)
[![PyPI - Status](https://img.shields.io/pypi/status/mkdocs-nbconvert)](https://pypi.org/project/mkdocs-nbconvert/)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/mkdocs-nbconvert.svg)](https://pypi.org/project/mkdocs-nbconvert/)
[![PyPI - Format](https://img.shields.io/pypi/format/mkdocs-nbconvert.svg)](https://pypi.org/project/mkdocs-nbconvert/)

A [MkDocs][] plug-in that provides a source parser for `*.ipynb` [Jupyter][] Notebook files.

## Features

- doc: <https://tanbro.github.io/mkdocs-nbconvert/>
- ref: <https://www.mkdocs.org/user-guide/plugins/>

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


# Changelog

## v0.1.2

- Date: 2020-07-17

  - New documentation site
  - `kwargs` to plugin method

## v0.1

- Date: 2020-01-16

A very early alpha version, not for production.


# Contributing


# Authors

liu xue yan <liu_xue_yan@foxmail.com>


