Can't open jupyter notebook in intellij ultimate
Answered
- version Intellij Ultimate 2020.1
- python plugin: 201.7846.85
- jdk: 11.0.8+10-LTS amd64
- os: win 10
When I try and open a jupyter notebook, nothing happens.
If I look at the Intellij logs, I see a NoClassDefFoundError for javafx/scene/paint when JupyterProCustomizer is trying to createHtmlPaneView.
I cant find anything in the docs about requiring users to install java-fx or anything like that though - so I'm assuming it's supposed to work as is?
Any ideas how to fix?
Thanks so much
Dave
Please sign in to leave a comment.
Please update to the latest version and make sure it runs under bundled JDK as the issue with unsupported JDKs is known https://youtrack.jetbrains.com/issue/PY-34919
Here is an article describing how to switch runtime if needed https://intellij-support.jetbrains.com/hc/en-us/articles/206544879-Selecting-the-JDK-version-the-IDE-will-run-under
Thank you - all resolved. I was running under a separate JDK (For another unrelated reason). Switched to bundled, and all good again.
Thanks very much