What is SciView Tool ?
Answered
Hi,
I suppose the 2017.3 update brought this window that doesn't seem to do anything, I am just wondering if it's just a bug or a feature I don't use correctly?
Without providing a screenshot, this window has 2 tabs (Data, Plots), both empty, however the Data window shows "Run console or debugger to view available data".
Needless to say, stopping at a breakpoint doesn't seem to do anything.
So what does it do? Thanks
IntelliJ IDEA 2017.3 (Ultimate Edition)
Build #IU-173.3727.127, built on November 27, 2017
Licensed to xxxxxxxxx
Subscription is active until xxxxxxx
JRE: 1.8.0_152-release-1024-b6 amd64
JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
Linux 4.4.0-79-generic
Please sign in to leave a comment.
It's a feature of the Python plug-in: https://www.jetbrains.com/help/pycharm/scientific-mode-support.html.
cool, thanks
i am running 2017.3 pro version and while SciView is enabled and Data Array visualization works fine, I cannot make work the plot tab. Whenerver I do charting the chart come sup at a separate window like for earlier version.
I also tried with the example provided here and still the chart is never embedded.
matplotlib.__version__
Out[2]: '2.1.1'
Please check that you have the option "Settings| Tools| Python Scientific| Show plots in toolwindow" enabled.
Yes I do. I have checked this before.
Could you please Run the following :
Thank you for the update. I've created an issue about the problem https://youtrack.jetbrains.com/issue/PY-27653 in our bug tracker, please follow it for updates. See https://intellij-support.jetbrains.com/hc/en-us/articles/207241135-How-to-follow-YouTrack-issues-and-receive-notifications if you are not familiar with YouTrack.
Please attach your idea.log (Help| Show log) to the issue, thank you.
How can I copy the numerical values of a variable from the "Data" tab of "Sciview" and paste it into excel or notepad? Thanks in advance!
@Yeasin Bhuiyan
Currently there's no such functionality. Please see https://youtrack.jetbrains.com/issue/PY-31069
excellent, thanks