jupyter / nbconvert

Jupyter Notebook Conversion
https://nbconvert.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
1.73k stars 565 forks source link

Can't use nbconvert 7.16.4 with JupyterLab v4.2.2 #2157

Open Mad31 opened 4 months ago

Mad31 commented 4 months ago

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

need help, thx

emmaai commented 2 months ago

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.