thirschbuechler

Results 3 comments of thirschbuechler

A temporary fix seems to be to downgrade Native Python / Linux: ``` sudo apt install python3-pip python3-setuptools python3 -m pip install --upgrade jupyter_client==5.3.1 ``` Anaconda, probably something like this...

@oshadmon @nchah thanks, i'll give it a shot

Another possible fix is to add `plt.close()` at the very end. **Background** `skunk.display(svg)` generates a ``, which is immediately displayed in a Jupyter Notebook (`ipynb`). Matplotlib internally still keeps track...