Skip to content
New issue

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

Support nbconvert 7.2.9 #121

Closed
Overboard opened this issue Jan 29, 2023 · 1 comment · Fixed by #127
Closed

Support nbconvert 7.2.9 #121

Overboard opened this issue Jan 29, 2023 · 1 comment · Fixed by #127

Comments

@Overboard
Copy link

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

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

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.

@josephmcasey
Copy link
Contributor

I have a changeset that resolves this, and I am writing up the docs to open up a PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants