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 to download a notebook as another format (e.g. HTML) I get the error page below (400 : Bad Request -- 'str' object has no attribute 'metadata'). It seems to be specifically related to jupytext:
If I create a very simple notebook and download it, that works as expected
If I then turn on Jupytext/Pair notebook ... and try to download again I get the error
If I then Jupytext/Unpair notebook the error still happens
I could not find anything related to that error. I am relatively new to Jupyter, is there a way to get a traceback for that error? My system is:
MacOS
jupyter-1.0.0 (conda-forge)
jupytext-1.2.1
The text was updated successfully, but these errors were encountered:
Thanks @mwouts ! I could not reproduce the issue on Binder. Some further investigation suggests that the error is related to this line in jupyter_notebook_config.py:
c.ContentsManager.notebook_extensions = "ipynb"
The error occurs only when the line is active, and does not occur when it is commented.
When I try to download a notebook as another format (e.g. HTML) I get the error page below (
400 : Bad Request -- 'str' object has no attribute 'metadata'
). It seems to be specifically related to jupytext:Jupytext/Pair notebook ...
and try to download again I get the errorJupytext/Unpair notebook
the error still happensI could not find anything related to that error. I am relatively new to Jupyter, is there a way to get a traceback for that error? My system is:
The text was updated successfully, but these errors were encountered: