First time here? Check out the FAQ!

Ask Your Question
0

is it possible to run a sage in ipython notebook?

asked 11 years ago

this post is marked as community wiki

This post is a wiki. Anyone with karma >750 is welcome to improve it.

I want run some sage commands in ipython notebook (in cloud.sagemath.com), is it possible?

And the same question but local, i.e., using ipython notebook via canopy and insert some command of sage.

Thanks.

Preview: (hide)

1 Answer

Sort by » oldest newest most voted
2

answered 11 years ago

this post is marked as community wiki

This post is a wiki. Anyone with karma >750 is welcome to improve it.

Just enter the line

%load_ext sage.misc.sage_extension

into your IPython worksheet, and suddenly... you can fully use Sage, including the preparser.

Preview: (hide)
link

Comments

currently, on sage cloud, this gives the error: ImportError: No module named sage_extension

Felix Breuer gravatar imageFelix Breuer ( 10 years ago )

Your Answer

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

Add Answer

Question Tools

Stats

Asked: 11 years ago

Seen: 997 times

Last updated: Oct 28 '13