Can't export to HTML using VSCode Jupyter Extension #11522
Unanswered
m1guelperez
asked this question in
Questions and Answers
Replies: 1 comment 1 reply
-
@m1guelperez One thing to try here. For import export we don't necessarily use the environment associated with the current notebook. Instead we might be using a global environment. Could you check by running the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
uHey,
I can not export my jupyter notebook when using the VScode extension. However, using the following command in the terminal it works:
jupyter nbconvert --to html notebook.ipynb
OS: Arch-Linux 5.19.12-arch1-1
VSCode: 1.71.2
Python: 3.10.4
I am in a conda environment with the following packages installed mostly via
pip
:I am receiving the following output:
Beta Was this translation helpful? Give feedback.
All reactions