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
When i try jupyter nbconvert --to html notebook.ipynb i have an error : ModuleNotFoundError: No module named 'notebook.services.
When i ask upyter server extension list,i can see : nbconvert enabled - Validating nbconvert... Extension package nbconvert took 0.1195s to import X validation failed
need help,
thx
The text was updated successfully, but these errors were encountered:
It's working with notebook < 7. However, notebook<7 got schema issue, which is not compatible with jupyterlab_server==2.27.3. Mark to follow up with this issue.
I have a jupyterlab 4.2.2 with notebook 7.2.1.
When i try
jupyter nbconvert --to html notebook.ipynb
i have an error :ModuleNotFoundError: No module named 'notebook.services
.When i ask
upyter server extension list
,i can see :nbconvert enabled - Validating nbconvert... Extension package nbconvert took 0.1195s to import X validation failed
need help,
thx
The text was updated successfully, but these errors were encountered: