Command line arguments for running Orange -


i run orange data miner (version 2.7) on commandline. can tell me arguments available run orange on commandline ?

thanks.

this post still comes top result on google.

the correct answer explained here: https://github.com/biolab/orange3#starting-orange-gui

to start orange gui command line, assuming installed, run:

orange-canvas # or python3 -m orange.canvas 

hope helps.


Comments