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 sorry that I did not attach any log.
I saw the following warning msg.
/home/koyo/.conda/envs/cherab-lhd-dev/lib/python3.11/site-packages/nbsphinx/__init__.py:1058: RuntimeWarning: You are using an unsupported version of pandoc (3.1.3).
Your version must be at least (1.12.1) but less than (3.0.0).
Refer to https://pandoc.org/installing.html.
Continuing with doubts...
nbconvert.utils.pandoc.check_pandoc_version()
Anyway, my nbconvert version was 7.2 somehow, so updating it to 7.6 resolved this issue.
Thank you for your advice:)
The latest
pandoc
version is 3.1.3, which is not compatible with the latestnbsphinx
.So, it should adapt to the
pandoc
over v3.0.0.The text was updated successfully, but these errors were encountered: