confluencebuilder
confluencebuilder copied to clipboard
Jupyterbook and myst_nb support !?
Hi,
I'm opening this issue as I haven't found any information from users who use sphinx-confluencebuilder in combination with JupyterBook (which calls itself an opinioted distribution of Sphinx).
I managed successfully to set up jupyterbook to use sphinx-confluencebuilder as a custom builder. This works mostly fine. Static Myst Markdown looks good and images are included. Simple notebook cells seem to work. However graphical notebook cell output (e.g. matplotlib) is missing.
I assume that this is caused by jupyterbook using myst_nb (rather than nbsphinx) to run notebooks. I could not find any related issues, so just wanted to ask whether someone has already looked into this or wants to look into this? I can create a minimal project repo if there is interest.