Pweave icon indicating copy to clipboard operation
Pweave copied to clipboard

pweave does not work with ipykernel 5.1.0

Open andrewdalecramer opened this issue 6 years ago • 1 comments

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.

andrewdalecramer avatar Nov 05 '18 03:11 andrewdalecramer

A workaround in case someone else ends up here

pip install ipykernel==4.10.0
python -m ipykernel install --user --name=ipy_kernel_name

Not ideal though

alecthegeek avatar Apr 21 '19 02:04 alecthegeek