Quantcast

Re: inline graphs not rendered in notebook's "print view"

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: inline graphs not rendered in notebook's "print view"

Reckoner
>
> have you saved the notebook containing the graphs? It is the saved version that is used when generating the print preview.
>
> /J?rgen
>
> 6 apr 2012 kl. 16:59 skrev reckoner<[hidden email]>:
>
>> Hi,
>>
>> I have created a notebook using
>>
>> % ipython notebook --pylab=inline
>>
>> and everything works properly with the figures being rendered in the
>> browser. However, when I select "print" view, I don't see any of the
>> embedded graphs. In fact, even when I try to print the notebook directly
>> using the browser (ie. latest Firefox or Chrome), the graphics are not
>> printed.
>>
>> Is this a bug or am I missing something in the configuration.
>>
>> I am using Python version 2.6, the latest IPython version from the
>> repository, and Windows XP.
>>
>> Thanks!
>>

It works! That was pretty nonobvious. It that in the documentation?
Maybe it would be a good idea to automatically save before "print view"?

Thanks!


_______________________________________________
IPython-User mailing list
[hidden email]
http://mail.scipy.org/mailman/listinfo/ipython-user
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: inline graphs not rendered in notebook's "print view"

Min RK


On Fri, Apr 6, 2012 at 12:14, reckoner <[hidden email]> wrote:
>
> have you saved the notebook containing the graphs? It is the saved version that is used when generating the print preview.
>
> /J?rgen
>
> 6 apr 2012 kl. 16:59 skrev reckoner<[hidden email]>:
>
>> Hi,
>>
>> I have created a notebook using
>>
>> % ipython notebook --pylab=inline
>>
>> and everything works properly with the figures being rendered in the
>> browser. However, when I select "print" view, I don't see any of the
>> embedded graphs. In fact, even when I try to print the notebook directly
>> using the browser (ie. latest Firefox or Chrome), the graphics are not
>> printed.
>>
>> Is this a bug or am I missing something in the configuration.
>>
>> I am using Python version 2.6, the latest IPython version from the
>> repository, and Windows XP.
>>
>> Thanks!
>>

It works! That was pretty nonobvious. It that in the documentation?
Maybe it would be a good idea to automatically save before "print view"?

Yes, that's absolutely the ideal, but previous attempts at 'implied-save' have resulted in colliding with browser pop-up blockers.  I'm convinced that we can do it, though.

-MinRK
 

Thanks!


_______________________________________________
IPython-User mailing list
[hidden email]
http://mail.scipy.org/mailman/listinfo/ipython-user


_______________________________________________
IPython-User mailing list
[hidden email]
http://mail.scipy.org/mailman/listinfo/ipython-user
Loading...