Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

2
  • Do you know how this is exporting to pdf, the actual command it is using? When using vscode I can convert to a pdf and retain matplotlib plots. However, when using jupyterlab the resulting pdf doesn't keep any of the output. Ideally I'd like to use jupytext to produce pdfs with no code but with output
    – Bryce
    Commented Sep 9, 2021 at 21:39
  • @bryce, I don't know. But take a look of pure Jupyter instead of JupyterLab. I think its export function works better.
    – neves
    Commented Sep 10, 2021 at 13:50