running own script in opened QT console
Unsolved
General and Desktop
-
There are great examples how to open QT console
https://github.com/jupyter/qtconsole/tree/master/examples
but how I can execute e.g. something like this in this console from opening console script ???
import pandas as pd
data = pd.DataFrame({'A' : [1, 2, 3, 4],
'B' : [1,2,3,4]})
data.plot()In IPython console (which i guess is QT console) opened from SPYDER plot is visible.
which of above examples should be applicable ??
regards, Krzysztof
-
Hi and welcome to devnet,
You should rather ask the author of that project, he will likely be more able to answer that question.