Replies: 1 comment 1 reply
-
The best way is to go through |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Orange version
'3.36.2'
Expected behavior
I would like to know how to use
Table.from_list
method or if is there an alternative for creating a table from a lists of lists, or list of dicts.The domain has discrete and string (meta) variables, but I have no idea how the domain relates to the list of values. Should discrete variables come first? later?
Steps to reproduce the behavior
I'm assuming that you have a virtual environment where
orange-canvas
works, and that it is activatedgit clone https://github.com/dhilst/orange3-example-addon.git
git checkout 606b96aafab1ccfae3c7dad3bda8f74fb904107a
(I may update the code)pip install -e orange3-example-addon
orange-canvas
Beta Was this translation helpful? Give feedback.
All reactions