Mkdocs-jupyter

Latest version: v0.25.1

Safety actively analyzes 682404 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 3

0.16.0

- Support plain Python `.py` using Jupytext

0.15.0

- Support nbconvert 6.0.0

0.13.0

- Fixed TOC in mkdocs 1.1.0
- Added the ability to include the source notebooks as part of the build


Releasing

Upload to PyPI

- Update version on `__about__.py`
- Update `CHANGELOG.md`

shell
export VERSION=1.0.0

Build
just js-build
just build
just publish

git commit -am "Release ${VERSION}" --allow-empty
git tag ${VERSION}

git push origin ${VERSION}
git push

Page 3 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.