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

This fixes an issue happens in jupyter notebook. #122

Closed

Commits on Sep 25, 2020

  1. This fixes an issue happens in jupyter notebook.

    The jupyter notebook crashes when the get_y_range
    is called in tplot_utilitis.py
    The root cause of this issue seems to be a bug in
    ipykernel. See for reference:
    jupyter/notebook#5757
    ipython/ipykernel#540
    
    The is just a workaround working with
    - python-3.7.9
    - jupyter-1.0.0
    - ipython-7.18.1
    - ipykernel-5.3.4
    - tornado-6.0.4
    on linux.
    amanotk committed Sep 25, 2020
    Configuration menu
    Copy the full SHA
    505d084 View commit details
    Browse the repository at this point in the history