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
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
The text was updated successfully, but these errors were encountered: