Ask Your Question
2

Any possibility to import/use orange in sage?

asked 2011-05-28 11:06:32 +0200

dartdog gravatar image

Orange, a Python Visual programming package would be very interesting package to incorporate into Sage, has anyone done anything in this direction?

edit retag flag offensive close merge delete

Comments

This seems to be the website for Orange: http://orange.biolab.si/

William Stein gravatar imageWilliam Stein ( 2011-05-30 15:12:22 +0200 )edit

And this seems like a good question also for sage-devel: groups.google.com/group/sage-devel

William Stein gravatar imageWilliam Stein ( 2011-05-30 15:12:42 +0200 )edit

1 Answer

Sort by ยป oldest newest most voted
3

answered 2016-01-03 01:30:16 +0200

vdelecroix gravatar image

Sage is now shipped with pip that means that you can install most Python modules. In your case it would be

$ sage -pip install orange

After a long compilation time I was able to start Sage and do

sage: import Orange
sage: Orange.version.version
'2.7.8.dev-4456761'
edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

1 follower

Stats

Asked: 2011-05-28 11:06:32 +0200

Seen: 479 times

Last updated: Jan 03 '16