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 try to build sphinx docs with myst-nb...
expectation
I expected the docs to build.
bug
But instead the following error is:
$ jupyter-book build mybookRunning Sphinx v6.2.1Exception occurred: File "/root/.cache/pypoetry/virtualenvs/.../site-packages/nbformat/json_compat.py", line 12, in <module> import fastjsonschemaModuleNotFoundError: No module named 'fastjsonschema'
problem
It looks like ipython may now need the [notebook] add-in so that the fastjsonschema dependency is included by default: ipython/ipython#5979
Thanks for opening your first issue here! Engagement like this is essential for open source projects! 🤗
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).
Describe the bug
context
When I try to build sphinx docs with myst-nb...
expectation
I expected the docs to build.
bug
But instead the following error is:
problem
It looks like ipython may now need the
[notebook]
add-in so that the fastjsonschema dependency is included by default: ipython/ipython#5979Would have to change this line: https://github.com/executablebooks/MyST-NB/blob/master/pyproject.toml#L40
Reproduce the bug
Set up a project with the following dependencies:
Run
task docs
and see the error.List your environment
No response
The text was updated successfully, but these errors were encountered: