biolab / orange3

🍊 :bar_chart: :bulb: Orange: Interactive data analysis
https://orangedatamining.com
Other
4.85k stars 1.01k forks source link

how to install widgest/addon by hand,where is the dir for it? #4962

Closed Franklyn1987 closed 4 years ago

Franklyn1987 commented 4 years ago

Bug reports that do not sufficiently describe a bug are not helpful and will most likely be ignored.

ajdapretnar commented 4 years ago

Bug reports that do not sufficiently describe a bug are not helpful and will most likely be ignored.

markotoplak commented 4 years ago

@ajdapretnar, you might have missed the title; in this case it may be clear enough. @Franklyn1987, thank you for pointing it out missing documentation.

There is no magic folder, though. Python's entry point mechanism is used to register widgets from a directory.

You can try various approaches depending on what are you trying to do: