You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would it be possible to support PDF output from cells?
For example executing the following cell:
%plot -f pdf
plot(magic(2))
gives the error Cannot embed the 'pdf' image format.
Having cells with PDF output doesn't sound useful for a notebook but it's actually super useful when using a Jupyter kernel as execution engine to build PDF documents (this is better explained here: JuliaLang/IJulia.jl#1035 (comment) ).
For example in Python with Matplotlib the following works:
Would it be possible to support PDF output from cells?
For example executing the following cell:
gives the error
Cannot embed the 'pdf' image format
.Having cells with PDF output doesn't sound useful for a notebook but it's actually super useful when using a Jupyter kernel as execution engine to build PDF documents (this is better explained here: JuliaLang/IJulia.jl#1035 (comment) ).
For example in Python with Matplotlib the following works:
(In the notebook GUI it shows a link to view the PDF.)
The text was updated successfully, but these errors were encountered: