"Trusted notebook" option not available in IntelliJ Idea Ultimate
In order to use plot.ly's graphs, I need to trust the notebook, and in PyCharm I could simply select "Trusted" and it would work. however since we switched to IntelliJ IDEA Ultimate with the Python plugin, that option has disappeared. If I open the notebook in my browser I can mark the notebook as trusted and the plot.ly graphs appear, but no matter what I try, this does not work inside the IDE. Seeing as one of the main reasons for running notebooks within the editor is to reduce all the alt-tabbing, this behaviour is very counterproductive: is there any way of adding the "Trusted" selector into the jupyter notebook toolbar?
Please sign in to leave a comment.
Hi, I suspect your Python plugin version is a bit outdated, as I can see the "Trusted" checkbox in IDEA with the latest Python plugin. Please make sure you have the latest versions of IDEA and Python plugin and let me know if you still don't see that option.
Because there is some problem with IntelliJ Ultimate 2019.3 and our active directory (which I believe is a known bug), I had to downgrade to 2019.2. I also have the Python 2019.2 plugin installed. If all of this was fixed in 2019.3 then I will simply have to wait until the issue with the active directory is resolved in a future version.