Ask Your Question
0

is it possible to run a sage in ipython notebook?

asked 2013-10-27 21:28:21 +0200

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.

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
2

answered 2013-10-28 02:01:59 +0200

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.

edit flag offensive delete link more

Comments

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

Felix Breuer gravatar imageFelix Breuer ( 2014-10-01 22:12:12 +0200 )edit

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: 2013-10-27 21:28:21 +0200

Seen: 880 times

Last updated: Oct 28 '13