-
Notifications
You must be signed in to change notification settings - Fork 5.1k
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
Save And Export Notebook Option - Is not Visible #7121
Comments
Per #7079, there should be a "Save and Export Notebook As…" option on the File menu in Notebook 7. Can you attach a screenshot of what you're seeing? Are you using Jupyter Notebook or JupyterLab? |
Thank you @vivekanandpkr for the follow-up information! This seems to be a local issue, as other Notebook 7.0.4 installs do have that option enabled. Can you try re-installing NbCovert? |
Some potentially related upstream issues: |
I have the same issue, reinstalling nbconvert did not help, the notebook title is also invisible, no way to rename it. mac os x, nb 7.0.7 |
This works: jupyter/nbconvert#1864 (comment) |
Another upstream issue in JupyterLab: jupyterlab/jupyterlab#11687 |
Hello,
1. Export Option:
"Save And Export Notebook Option" is not visible in the jupyter file menu. Is there any workarounds or bug fix available ?.
Current Version:
Notebook - 7.0.4
jupyter- 1.0.0
jupyterlab - 4.0.6
2. nbconvert:
Also, tried nbconvert:
"jupyter nbconvert --to pdf filename.ipynb"
still getting below error message:
from collections import Mapping
ImportError: cannot import name 'Mapping' from 'collections'
Thank you.
Vivek
The text was updated successfully, but these errors were encountered: