2015-09-21 18:40:57 UTC+2, slelievre: > > > > 2015-09-20 02:00:15 UTC+2, HG: > > >> I would like to use sage -notebook=ipython to be able to have sage kernel >> so that I can use this kind of ipython worksheet : >> >> https://raw.githubusercontent.com/sagemanifolds/SageManifolds/master/Worksheets/v0.8/SM_hyperbolic_plane.ipynb >> I don't know how to do it if possible in SMC >> > > > In SMC, create a jupyter notebook just like the one in your link. > Add an extra cell at the beginning, containing > > %load_ext sage > > and everything should work. >
Well, except graphics don't get displayed, which of course matters here. The Python 2 kernel and `%load_ext sage` only get you so far, but still it's worth mentioning that setup does give some usability. -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sage-support. For more options, visit https://groups.google.com/d/optout.
