Open mikessut opened 3 years ago
Thanks for opening your first issue here! Engagement like this is essential for open source projects! :hugs:
If you haven't done so already, check out EBP's Code of Conduct. Also, please try to follow the issue template as it helps other community members to contribute more effectively.
If your issue is a feature request, others may react to it, to raise its prominence (see Feature Voting).
Welcome to the EBP community! :tada:
I see in the documentation that there are known issues with python 3.8, so maybe the behavior I'm seeing is expected.
https://jupyterbook.org/advanced/advanced.html#working-on-windows
Ah yeah that looks like quite a low-level error in the nbclient library, which does notebook execution. I think this could be a version issue as you suggested.
Simply trying to get started with
jupyter-book create testbook
followed byjupyter-book build testbook
fails.If I delete notebook.ipynb, it will build without crashing. (Apparently related to ipynb?)
Attached is the log file from the exception.
sphinx-err-s33f8csc.log
Would expect to be able to build the created book.
Environment
jupyter-book --version
: Jupyter Book: 0.8.3 MyST-NB: 0.10.1 Sphinx Book Theme: 0.0.39 MyST-Parser: 0.12.10 Jupyter-Cache: 0.4.1 NbClient: 0.5.1