Open haf opened 8 years ago
The warning doesn't surprise me. IPython has been changing, but I haven't stayed current with its preferred interface.
As for the error about "encode", It looks like you might be using the wrong type. The %dotobj decorator expects to take as an argument an object that implements a to_dot()
method which returns a str
. The return string should just be the dot graph description. Both Python 2.7 and 3.X strings implement an encode
method.
I'm trying to make one of your extensions work (completely new to IPython, first notebook, first code I'm writing in python)... It's going well, trying to plot strings, like one would expect, but I'm not sure how to make objects plottable... I'm getting this error:
For code on the instance
fig6
, like:With
requirements.txt
:Since I'm so new at this, I don't really know how to continue...?
PS, also getting. Is this normal?