Skip to content
This repository has been archived by the owner on Apr 2, 2021. It is now read-only.

mantic-data/pre-commit-jupyter

Repository files navigation

Pre-commit python jupyter notebook converter

This is a pre-commit hook that will convert your jupyter notebooks (*.ipynb) to python scripts and html files.

Add this to your .pre-commit-config.yaml file

- repo: git://github.com/mantic-data/pre-commit-jupyter
  hooks:
  sha: master
  - id: python-nbconvert

Development: pip install -r requirements-dev.txt

Testing: py.test --cov pre_commit_hook tests/

About

pre commit hooks for jupyter notebooks

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages