[IPython-dev] Javascript-based printed output?

Thomas Kluyver takowl at gmail.com
Fri Mar 14 14:44:51 EDT 2014


On 14 March 2014 11:16, Doug Blank <doug.blank at gmail.com> wrote:

> * The notebook menu -> File -> Print option doesn't show the Javascript
> output
>
> * Under Chrome, right-click on notebook, select Print...: gives the
> whole notebook on a single sheet of paper in a scrolled box; seems
> like a print.css should do better
>
> * "ipython nbconvert --to html" doesn't show the output at all
>
> * notebook, menu -> File -> Download as... html, doesn't show it


To save you time when investigating things like this: the notebook's own
print view, download as html, and nbconvert at the command line, are all
doing essentially the same thing: using nbconvert to produce convert the
notebook to static HTML.

Best wishes,
Thomas
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ipython-dev/attachments/20140314/87360429/attachment.html>


More information about the IPython-dev mailing list