Pweave v0.30
-
Use IPython kernel to run Python code:
- support for rich output
- support IPython magics
- Improved error handling
-
Render tracebacks correctly
-
Drop Python 2 support
-
Run code using any Jupyter kernel with
--kernel
option -
Output directly to Jupyter notebooks with chunk options preserved
as metadata -> ability to use custom nbconvert templates in addition to builtin formatters. -
Drop uppercase versions on
pweave
andptangle
scripts -
Weave documents from URLs
-
md2html is the new default format for
.pmd
and.py
input -
Drop support for specification of figure format. Use default figure format as specified by output format.