notebook icon indicating copy to clipboard operation
notebook copied to clipboard

Save And Export Notebook Option - Is not Visible

Open vivekanandpkr opened this issue 8 months ago • 6 comments

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

vivekanandpkr avatar Oct 21 '23 23:10 vivekanandpkr

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?

JasonWeill avatar Oct 24 '23 16:10 JasonWeill

Option is available, but it has been disabled for some reason. I'm using Jupyter 7.0.4.

image

image

vivekanandpkr avatar Oct 26 '23 13:10 vivekanandpkr

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?

RRosio avatar Oct 31 '23 16:10 RRosio

Some potentially related upstream issues:

  • https://github.com/jupyterlab/jupyterlab/issues/11081
  • https://github.com/jupyterlab/jupyterlab/issues/8028

jtpio avatar Dec 06 '23 14:12 jtpio

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

remixer-dec avatar Jan 22 '24 21:01 remixer-dec

This works: https://github.com/jupyter/nbconvert/issues/1864#issuecomment-1259552781

ccaprani avatar Feb 22 '24 06:02 ccaprani