Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 570 Bytes

File metadata and controls

23 lines (14 loc) · 570 Bytes

ipynb_generator

HOWTO

The following command will generator sample.ipynb from sample.md.

$ python ipynb_generator.py sample.md

To show the usage, do as python ipynb_generator.py -h.

SYNTAX

A code block in the given markdown is automatically translated into a code cell.

<!--- ---> works as a separator for cells.

REFERENCES