Skip to content

Xero64/py2md

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

py2md

Run python code in Jupyter to generate markdown reports.

Usage:

py2md test_py2md.py

This will then run Jupyter and generate a md file output with associated images.

Debug Usage:

py2md test_py2md.py -debug

This will also print out all Jupyter output to see if anything is missing from the output.

No Code, No Cell Headers and inline images Usage:

py2md test_py2md.py -nocode -nohead -inline

This will hide the python code block as well as cell headers and all images will be part of the markdown file as html code.

About

Run python code in jupyter to generate markdown reports.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages