[IPython-dev] embedded image urls (markdown, others) and nbviewer/print

MinRK benjaminrk at gmail.com
Sat Sep 15 15:50:26 EDT 2012


On Sat, Sep 15, 2012 at 12:39 PM, Aron Ahmadia <aron at ahmadia.net> wrote:

> Apparently, normal markdown/html is insensitive to a "/files" URL vs
> "files", however the preview markup requires:
>
> "/files"
>
> I'm not sure what the intended behavior is.
>

This should be considered a bug.  "files" (relative) is correct because
"/files" (absolute) will break if/when url schemes change such that the
notebook is served from non-root url (as is likely when multi-user is
introduced).


>
> A
>
> On Sat, Sep 15, 2012 at 10:35 PM, Aron Ahmadia <aron at ahmadia.net> wrote:
> > We're "printing" our slides out for SC12 (they're due today), and I
> > noticed that images don't show up properly through nbviewer if they
> > are coming from Markdown.  They also appear to be broken from a normal
> > dialogue.  What's the correct way to export an IPython notebook that
> > uses Markdown images?
> >
> > Cheers,
> > A
> _______________________________________________
> 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/20120915/bb91e570/attachment.html>


More information about the IPython-dev mailing list