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
If chosen via the UI or run via the command line, jupyter nbconvert --to webpdf will hang and CPU usage for chrome will spike to 100% if the DISPLAY environment variable is set.
From the cli, if I run unset DISPLAY prior to trying jupyter nbconvert --to webpdf everything works fine.
How to reproduce:
create a new blank notebook named blank.ipynb (or choose an existing notebook)
open a terminal on an OS that supports a DISPLAY environment variable
run export DISPLAY=":1.0"
run jupyter nbconvert --to webpdf blank.ipynb
The text was updated successfully, but these errors were encountered:
If chosen via the UI or run via the command line,
jupyter nbconvert --to webpdf
will hang and CPU usage for chrome will spike to 100% if the DISPLAY environment variable is set.From the cli, if I run
unset DISPLAY
prior to tryingjupyter nbconvert --to webpdf
everything works fine.How to reproduce:
export DISPLAY=":1.0"
jupyter nbconvert --to webpdf blank.ipynb
The text was updated successfully, but these errors were encountered: