jupyter / notebook

Jupyter Interactive Notebook
https://jupyter-notebook.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
11.59k stars 4.86k forks source link

Graphs not displayed properly when reopening notebook #5410

Open Duinaart opened 4 years ago

Duinaart commented 4 years ago

Hello,

I am following the python for finance tutorial on Youtube and everything was working fine. I had saved the notebook but when i wanted to work further on my code all my graphs were not working anymore. When i run all my cells now, I get errors and ugly graphs. I also get errors that were not displaying before.

I have added my repository and a few before screenshots, so you can compare the difference when running the notebook. https://github.com/Duinaart/Python-for-finance.git

Thanks in advance! I am really lost on why this would happen

Zsailer commented 4 years ago

@Duinaart. It's difficult to diagnose the issue without more information about what errors are being thrown or what you mean by "errors and ugly graphs".

Please share screen shots of the error messages your receiving. Also, share what OS platform, version, and notebook version you're using. Thanks!

Duinaart commented 4 years ago

@Zsailer Hi, thank you for the quick reply. That is why i included my repository with the notebook and screenshots. I have copied the code and remade the project in Jupyterlab, where everything is working fine like it should. The only downside is that i don't seem to be able to get interactive plots.

It seems like it was caused by something temporary since the notebook is working again now. I cannot recreate the problem anymore so i guess my problem is fixed.

Thank you anyways! Kind regards