ipypublish icon indicating copy to clipboard operation
ipypublish copied to clipboard

support nbconvert version 6 when released

Open chrisjsewell opened this issue 5 years ago • 3 comments

nbconvert 6.0 is in the works: jupyter/nbconvert#1045

One thing this will definitely break is the Jinja template names (jupyter/nbconvert#1056), which are changing to e.g. display_priority.tpl -> display_priority.j2 (see also jupyter/nbconvert#1119)

chrisjsewell avatar Nov 09 '19 16:11 chrisjsewell

FYI we're planning on doing an alpha release soon (this weekend perhaps) with the templating and python 3 changes that are part of the 6.0 release plan so you can get early access to the changes.

MSeal avatar Nov 20 '19 18:11 MSeal

Thanks for the heads up @MSeal 😃 I will make sure to check it out

chrisjsewell avatar Nov 20 '19 18:11 chrisjsewell

nbconvert 6.0.0a0 is now available via pip install --pre nbconvert. This has the python 3 only changes to setup and the new template directories.

MSeal avatar Nov 24 '19 19:11 MSeal