context
When I do jupyter-book build src on a book with jupytext content, then jcache notebook -p src/_build/.jupyter_cache list prints a result with the wrong Reader.
ID URI Reader Added Status
---- ----------------------------------------------- -------- ---------------- --------
1 example.py nbformat 2024-08-04 02:43 ❗️ (unreadable)
expectation
I expected the Reader to be jupytext.
bug
I think this is a bug, because on subsequent builds, when the cached outputs are supposed to be copied into the notebook, they are not. The build just quietly leaves outputs empty.
Describe the bug
context When I do
jupyter-book build src
on a book with jupytext content, thenjcache notebook -p src/_build/.jupyter_cache list
prints a result with the wrong Reader.expectation
I expected the Reader to be jupytext.
bug
I think this is a bug, because on subsequent builds, when the cached outputs are supposed to be copied into the notebook, they are not. The build just quietly leaves outputs empty.
Reproduce the bug
Included in _config.yml:
List your environment