We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
My use case involves Jupyter notebooks that manipulate and show SVGs.
However, nbconvert<7.0.0 cannot process SVG output. See, https://github.com/jupyter/nbconvert/blob/main/CHANGELOG.md#700 Specifically, jupyter/nbconvert#1837
nbconvert<7.0.0
With pipenv, mkdocs-jupyter is installing nbconvert v6.5.4
pipenv graph mkdocs-jupyter==0.22.0 ... "clipped for brevity" ... - nbconvert [required: >=6.2.0,<7.0.0, installed: 6.5.4]
Force installing nbconvert==7.2.9 of course results in #96
nbconvert==7.2.9
I'm assuming similar results for versions between 7.0.0 and 7.2.9 but in any case, support for the most recent would be ideal.
The text was updated successfully, but these errors were encountered:
I have a changeset that resolves this, and I am writing up the docs to open up a PR.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
My use case involves Jupyter notebooks that manipulate and show SVGs.
However,
nbconvert<7.0.0
cannot process SVG output. See,https://github.com/jupyter/nbconvert/blob/main/CHANGELOG.md#700
Specifically, jupyter/nbconvert#1837
With pipenv, mkdocs-jupyter is installing nbconvert v6.5.4
Force installing
nbconvert==7.2.9
of course results in #96I'm assuming similar results for versions between 7.0.0 and 7.2.9 but in any case, support for the most recent would be ideal.
The text was updated successfully, but these errors were encountered: