Is your feature request related to a problem? Please describe.
I'd like to be able able to use myst-nb with nbconvert 6. Ideally support could be maintained for 5.x, but... the nbconvert ~5.6 will start to be painful as more tools take advantage of the features provided by nbconvert 6.
Describe the solution you'd like
- update the pin to
nbconvert >=5.6,<7
- test against
5.x and 6.x
- fix the issues
- ship a version that works with both
Describe alternatives you've considered
- Do nothing until a key downstream wants to use features from nbconvert 6.
- require
6.x
Additional context
Is your feature request related to a problem? Please describe.
I'd like to be able able to use
myst-nbwithnbconvert 6. Ideally support could be maintained for5.x, but... thenbconvert ~5.6will start to be painful as more tools take advantage of the features provided bynbconvert6.Describe the solution you'd like
nbconvert >=5.6,<75.xand6.xDescribe alternatives you've considered
6.xAdditional context