-
Notifications
You must be signed in to change notification settings - Fork 96
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to export PDF / HTML #820
Comments
Tried reproducing this issue with the "Azure ML - Python 3.6" Kernel. Export to Python script worked as expected. Export to PDF failed because I didn't have TeX installed. This is expected behaviour. Export to HTML worked after I changed the export path. The extension defaults to /.html. I changed the path to $CWD/.html. Following up with Don & co. about the default export path. |
Followed up with Don and Claudia - suggested changing the default export path to either workspace root or parent directory of the Notebook being exported. Issue here: microsoft/vscode-jupyter#3991 @KenMsft can you follow up to see if changing the export directory fixes your export issue for HTML files. |
Issue linked above was fixed so closing this issue. |
Expected Behavior
Export / PDF should succeed
Actual Behavior
[I 00:04:48.695 NotebookApp] Kernel shutdown: ea8e4742-b502-4d78-86aa-33a4a6f2671d
[I 00:04:49.799 NotebookApp] Creating new notebook in /Users/kenwong/forecasting-beer-remote
[I 00:04:50.003 NotebookApp] Saving Untitled.ipynb
[I 00:04:50.401 NotebookApp] Kernel shutdown: cdc0a53b-fadd-4558-aee3-0bf285fa191f
[W 00:04:51.411 NotebookApp] Got events for closed stream None
[W 00:04:51.412 NotebookApp] Got events for closed stream None
[I 00:04:51.689 NotebookApp] Kernel started: c91acd98-9862-442e-815f-24eac7f43445, name: conda-env-azureml_py36-py
[W 00:04:51.696 NotebookApp] delete /Users/kenwong/forecasting-beer-remote/t-ddadc9e8-6da3-45ce-a597-0e9869ac3cf1.ipynb
[W 00:04:51.696 NotebookApp] Skipping trash for /home/azureuser/cloudfiles/code/Users/kenwong/forecasting-beer-remote/t-ddadc9e8-6da3-45ce-a597-0e9869ac3cf1.ipynb, on different device to home directory
Steps to Reproduce the Problem
1.Create a simple notebook
1.Export as HTML
Specifications
The text was updated successfully, but these errors were encountered: