We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
xref #886
pandoc removed the deprecated --atx-headers option in 3.0 https://pandoc.org/releases.html#pandoc-3.0-2023-01-18, and since this is hardcoded in the conversion juptext will fail with pandoc 3.0
--atx-headers
juptext
Unknown option --atx-headers. Try pandoc --help for more information. Traceback (most recent call last): ... File "...lib/python3.10/site-packages/jupytext/pandoc.py", line 92, in md_to_notebook pandoc( File "...python3.10/site-packages/jupytext/pandoc.py", line 35, in pandoc raise PandocError( jupytext.pandoc.PandocError: pandoc exited with return code 6
The text was updated successfully, but these errors were encountered:
Thank you @mroeschke for reporting this. I see #1099 that should solve this issue - I'll keep you posted.
Sorry, something went wrong.
I have merged the linked PR, and I will release jupytext==1.15.0 soon
jupytext==1.15.0
Thanks for the quick fix!
No branches or pull requests
xref #886
pandoc removed the deprecated
--atx-headers
option in 3.0 https://pandoc.org/releases.html#pandoc-3.0-2023-01-18, and since this is hardcoded in the conversionjuptext
will fail with pandoc 3.0The text was updated successfully, but these errors were encountered: