Pweave is a scientific report generator and a literate programming tool for Python. It can capture the results and plots from data analysis and works well with numpy, scipy and matplotlib.
I've found updating my packages that pweave does not work correctly with ipykernel 5.1.0.
With ipykernel 4.10.0 everything is fine, with ipykernel 5.1.0 the code blocks do not execute, it's as if evaluate=False on every block, regardless of actual evaluate value.
Using python 3.5.2 and 3.6.7 with pipenv version 11.10.1, pweave version 0.30.3.
I've found updating my packages that pweave does not work correctly with ipykernel 5.1.0.
With ipykernel 4.10.0 everything is fine, with ipykernel 5.1.0 the code blocks do not execute, it's as if
evaluate=False
on every block, regardless of actualevaluate
value.Using python 3.5.2 and 3.6.7 with pipenv version 11.10.1, pweave version 0.30.3.