Starting Orange from pycharm #5267
-
Hi, I am developing a new add-on for Orange3. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
Running the entire Orange in PyCharm works by setting the Run/Debug Configuration. For running an individual widget, use:
|
Beta Was this translation helpful? Give feedback.
-
All properly written widgets contains the code that @ajdapretnar quoted, so you can run them in debuger. |
Beta Was this translation helpful? Give feedback.
-
PyCharm lets you commit run/debug configurations, we should do that.
…On Tue, 16 Feb 2021, 17:40 Janez Demšar, ***@***.***> wrote:
--clear-widget-settings is optional. I actually have two configurations,
one with and one without it.
All properly written widgets contains the code that @ajdapretnar
<https://github.com/ajdapretnar> quoted, so you can run them in debuger.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#5267 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AF3STGZSPEBWYKQ3BDSDW5TS7KUYLANCNFSM4XWVH64Q>
.
|
Beta Was this translation helpful? Give feedback.
Running the entire Orange in PyCharm works by setting the Run/Debug Configuration.
I call it
main
. The settings are:Script path:
/Users/user/orange/orange3/Orange/canvas/__main__.py
Parameters:
--clear-widget-settings
For running an individual widget, use: