question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Unpinning nbconvert

See original GitHub issue

Really awesome project everyone! I’m trying to make more use of it myself but certainly coming from a beginner angle.

Is your feature request related to a problem? Please describe.

What is the reason for pinning nbconvert to be a lower version than the latest major release of 6.0. I have other packages that have moved on to this version and this is causing a dependency clash (knowing that there were some changes to the API in these versions I can particularly “bodge” it).

I did a scan of the issues, both open and closed and on the myst-nb repo. But all I could see was a vague reference to a install on Mac error.

Describe the solution you’d like

Moving onto the latest version of nbconvert.

Describe alternatives you’ve considered

An understanding of the issues that are stopping this so I could look to help.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
chrisjsewellcommented, Mar 13, 2021

Hi @quant-dc, yes for reference this was the exact point it was pinned: https://github.com/executablebooks/jupyter-book/pull/972#issuecomment-693653973, but anyhow removing the pin would not “work” just yet because myst-nb also pins to version 5. I have some outstanding work on myst-nb that I am trying to finish as quickly as possible 😬 (got side-tracked with some other stuff), where I actually intend to completely remove the nbconvert dependency, at which point there should also be no reason for jupyter-book to depend on nbconvert

0reactions
quant-dccommented, Mar 13, 2021

Wouldn’t dream of it! But looking forwards to the change nonetheless.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Unpin nbconvert when upstream fix is released · Issue #471
Currently we have pinned nbconvert since v6.0 and above break custom templates. However, there's a fix probably on the way at some point....
Read more >
Customizing nbconvert — nbconvert 5.6.1 documentation
Converting a notebook to an (I)Python script and printing to stdout¶. Out of the box, nbconvert can be used to convert notebooks to...
Read more >
Signals Processing Abstract
Signal processing involves the analysis and modification of a signal in order to alter its characteristics in some desirable manner.
Read more >
IGWN Conda Distribution release for 20221118
pytest-rerunfailures, {unpinned} ... {unpinned} here means that the package is guaranteed to be present, but it's version ... nbconvert, 5.6.1, {unpinned}.
Read more >
Jupyter Notebook Documentation
Text, LaTeX, PDF, and slide shows, via the nbconvert command. ... Unpin ipykernel version on Travis (3223).
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found