ebachelet / pyLIMA

GNU General Public License v3.0
31 stars 8 forks source link

Plots in PyLIMA tutorial notebooks don't work #63

Closed rachel3834 closed 1 year ago

rachel3834 commented 1 year ago

While running the PyLIMA tutorial notebooks, we noticed that the plots do not generate properly. Sometimes they don't produce plotted charts at all, while at other times plots are created but are not interactive.

This issue occurred running a Python 3.11.0rc1 virtual environment installed on Ubuntu 22.04.2 LTS, and Jupyter notebook version 6.5.4.

After some digging, it turns out that this is caused by a known issue in Jupyter notebook itself, which is being actively worked on at time of writing.

In the meantime, the issue can be fixed by doing the following upgrade on your virtual environment:

pip install --upgrade ipyflow jupyter_client jupyter_server jupyter_core tornado

Closing this issue since it is not an issue with PyLIMA.