First time here? Check out the FAQ!

Ask Your Question
2

Any possibility to import/use orange in sage?

asked 13 years ago

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?

Preview: (hide)

Comments

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

William Stein gravatar imageWilliam Stein ( 13 years ago )

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

William Stein gravatar imageWilliam Stein ( 13 years ago )

1 Answer

Sort by » oldest newest most voted
3

answered 9 years ago

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'
Preview: (hide)
link

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: 13 years ago

Seen: 529 times

Last updated: Jan 03 '16