PyCharm won't render Jupyter output
My IDE's Jupyter notebook support was working fine until this morning when it spontaneously stopped rendering output, as seen in the attached photo.
Thinking it was a bug that had been patched, I upgraded from 2019.1 to 2019.3, but the issue persisted.
Any idea what could be going on?
I'm using Python 3.7 and the Jupyter packages are installed.
Please sign in to leave a comment.
Try starting PyCharm with defaults by temporarily renaming/removing configuration folder https://www.jetbrains.com/help/pycharm/directories-used-by-the-ide-to-store-settings-caches-plugins-and-logs.html
Has it helped?
Sergey Karpov unfortunately it didn't. It was able to render a markdown file, but once I opened that same jupyter notebook, neither it nor the separate markdown file would render. It wasn't until I closed the notebook, exited the application, and reopened the application that the markdown document would render again.
If i open other projects with other Jupyter notebooks, they render fine. It's just this one that is giving me problems.
Would it be possible to share that file so I can try it?
Also, does it work fine from the browser jupyter notebook?