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
After typing in the command line jupytext --to python my_notebook.ipynb I got an error:
jupytext.formats.JupytextFormatError: No format associated to extension '.python'```
At the same time `jupytext --to py my_notebook.ipynb` works like a charm (generating the *light* python file).
I guess it is an issue with README.md, not the package.
The text was updated successfully, but these errors were encountered:
I confirm that the --to argument must now be either notebook, markdown or rmarkdown, or an extension, or a format description (ext:format_name), with possibly a suffix/prefix. Indeed python is not any more part of the list - I will update the readme. Thanks @stared
After typing in the command line
jupytext --to python my_notebook.ipynb
I got an error:The text was updated successfully, but these errors were encountered: