Closed lafosse closed 7 years ago
Thanks for reporting this. It appears to be an issue caused by a recent metakernel
upgrade. Specifically version 0.18.0
. Meanwhile, you can use pip install metakernel==0.17.4
to get the lastest version of metakernel
that does not break the %%gnuplot
magic.
Hello,
I have installed the latest versions of jupyter notebook, gnuplot, and metakernel on my system.
I'm attempting to use your gnuplot_kernel with gnuplot magic inside of a Python 3 notebook. I'm not quite sure what the issue is.
I am using your gnuplot-magic.ipynb file as a test-case for this.
The first cell in the notebook with "%load_ext gnuplot_kernel" runs just fine with no error. However, when I attempt to run gnuplot in a cell with %%gnuplot to enable gnuplot magic, I get the following error:
AttributeError Traceback (most recent call last)