[IPython-dev] IPython notebook rocks (and some new ideas)

Thomas Kluyver takowl at gmail.com
Thu Jan 23 16:52:42 EST 2014


However, raw cells can now have the reST mimetype (select the 'Raw Cell
Format' cell toolbar from the dropdown). It should be possible to write an
extension which does previews of reST cells in the live notebook, and leave
the full cross-linking for when it's exported to rst and rendered.


On 23 January 2014 13:45, Matthias BUSSONNIER
<bussonniermatthias at gmail.com>wrote:

>
> Le 23 janv. 2014 à 19:57, Jason Moore a écrit :
>
> > The cross referencing could potentially be done if you also supported
> restructured text. Markdown has a simpler syntax but rst is really
> featureful.
>
> Notebook had some sort of rst support at some point, problem is it need to
> be done on server side and need to process the full document at once to
> get lots of
> things right, so we moved away from it. But we did consider it.
>
> The advantages of using in browser markdown overcame the ability to have
> all the features of rst. Also, as marked have only a few extensions, you
> are almost
> certain that all user can read notebook written by others.
>
> --
> Matthias
>
>
>
> > Jason
> > moorepants.info
> > +01 530-601-9791
> >
> >
> > On Thu, Jan 23, 2014 at 1:26 PM, Juergen Hasch <python at elbonia.de>
> wrote:
> > Am 23.01.2014 00:41, schrieb Ian Bell:
> >
> > >   * Hiding of the code blocks.  Generating figures sometimes requires
> a lot of hacking around, and its nice to not have
> > >     the hacking be completely visible, but only after a click through.
>  Sort of how in Sphinx+MPL, there is a link to
> > >     download the source for the figure, but the source is not
> automatically embedded.  If this is already possible, how
> > >     can I enable it?
> >
> > If you are using the master version of IPython from GitHub, you might
> want to try the codefolding extension:
> >
> https://github.com/ipython-contrib/IPython-notebook-extensions/wiki/Codefolding
> >
> > _______________________________________________
> > IPython-dev mailing list
> > IPython-dev at scipy.org
> > http://mail.scipy.org/mailman/listinfo/ipython-dev
> >
> > _______________________________________________
> > IPython-dev mailing list
> > IPython-dev at scipy.org
> > http://mail.scipy.org/mailman/listinfo/ipython-dev
>
> _______________________________________________
> IPython-dev mailing list
> IPython-dev at scipy.org
> http://mail.scipy.org/mailman/listinfo/ipython-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ipython-dev/attachments/20140123/86ac53e6/attachment.html>


More information about the IPython-dev mailing list