Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plots in PyLIMA tutorial notebooks don't work #63

Closed
rachel3834 opened this issue Jun 30, 2023 · 0 comments
Closed

Plots in PyLIMA tutorial notebooks don't work #63

rachel3834 opened this issue Jun 30, 2023 · 0 comments
Assignees
Labels
installation Issues relating to dependencies or installation problems

Comments

@rachel3834
Copy link
Collaborator

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.

@rachel3834 rachel3834 added the installation Issues relating to dependencies or installation problems label Jun 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
installation Issues relating to dependencies or installation problems
Projects
None yet
Development

No branches or pull requests

2 participants