Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. running own script in opened QT console

running own script in opened QT console

Scheduled Pinned Locked Moved Unsolved General and Desktop
2 Posts 2 Posters 427 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • K Offline
    K Offline
    Krzysiaczek99
    wrote on last edited by
    #1

    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

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi and welcome to devnet,

      You should rather ask the author of that project, he will likely be more able to answer that question.

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      1

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved