Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 971 Bytes

DESCRIPTION.rst

File metadata and controls

31 lines (23 loc) · 971 Bytes

PY2NB

Overview

PY2NB is a small utility for turning python scripts into Jupyter notebooks and convert module-level multi-line (triple quoted) string literals into Markdown cells. It also converts the specialized comment strings (i.e., #%%) that Don Jayamanne's Jupyter Extension for Visual Studio Code interprets as cell breaks/divisions into cell breaks in the returned notebook.

What's New

Release notes in reverse chronological order:

0.0.3 (2017-10-22)
Improved support for input files with Windows-style CRLF terminators. The line terminators of the output now match those of the input.
0.0.2 (2017-10-10)
Bugfix release.
0.0.1 (2017-10-08)
Added support for raw notebook cells and a unit test.
0.0.0 (2017-08-24)
Forked from sklam/py2nb and modified to support the VS Code Jupyter extension.