Re: [sage-devel] Re: sage vs jupyter notebooks

2016-05-14 Thread Vincent Delecroix
Most of the issues I ran into are fixed (by lack of knowledge for markdown arrays and by Volker's work for Cython cells). Though >> * export is broken on my Sage install (in whatever format) >> > > Do you have pandoc installed? I do have pandoc installed and it is not the problem. The Jupyter

Re: [sage-devel] Re: sage vs jupyter notebooks

2016-05-05 Thread Jason Grout
Thanks Volker. In general, Jupyter uses github-flavored markdown, which supports tables and many other things: https://help.github.com/articles/organizing-information-with-tables/, for example. Jason On Thu, May 5, 2016 at 2:56 PM Volker Braun wrote: > A %%cython cell magic for commandline and