shahinrostami / plotapi

Engaging visualisations, made easy.
https://plotapi.com
MIT License
267 stars 17 forks source link

Chord(matrix, labels).show() only returns <IPython.core.display.HTML object> and no graph #15

Closed bowrango closed 3 years ago

bowrango commented 3 years ago

Using Pycharm CE on a Windows 10 machine. I verified the chord package is installed but no luck. I can save the object to a variable confirming its created, but I just can't view it.

from chord install Chord

fig = Chord(matrix, labels).show()

Returns:

bowrango commented 3 years ago

Changed the call to .to_html() and see the file in my directory