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
I am having the following issue when I use the CLI for jupytext.
While in a folder notebooks containing a single file notebook_first.ipynb the following:
jupytext --to py:percent notebook_first.ipynb # works fine, notebook_first.py is created
jupytext --set-formats ipynb,py:percent notebook_first.ipynb
thows a KeyError: 'formats'. If I only run the second command, things work fine, that is, notebook_first.py is created and the formats are set.
I noticed also that in the opposite direction there is no such problem. That is, if I start with a python file script_first.py, then running
I am having the following issue when I use the CLI for jupytext.
While in a folder
notebooks
containing a single filenotebook_first.ipynb
the following:thows a
KeyError: 'formats'
. If I only run the second command, things work fine, that is,notebook_first.py
is created and the formats are set.I noticed also that in the opposite direction there is no such problem. That is, if I start with a python file
script_first.py
, then runningworks as expected.
The text was updated successfully, but these errors were encountered: