You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was just chatting with @yuvipanda about how nbconvert is super heavy-handed when all you want to do is parse ipynb and then output to HTML. I wonder if it's possible to just use MyST-NB for this, without using Sphinx. I'd imagine a Python API that's similar to markdown-it-py, but that could parse ipynb. We have some Python API docs but it's not super obvious whether those can be used outside of Sphinx.
@chrisjsewell do you know if this is already possible out of the box? Or something that we would consider in-scope for the project?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I was just chatting with @yuvipanda about how nbconvert is super heavy-handed when all you want to do is parse
ipynb
and then output to HTML. I wonder if it's possible to just use MyST-NB for this, without using Sphinx. I'd imagine a Python API that's similar to markdown-it-py, but that could parseipynb
. We have some Python API docs but it's not super obvious whether those can be used outside of Sphinx.@chrisjsewell do you know if this is already possible out of the box? Or something that we would consider in-scope for the project?
Beta Was this translation helpful? Give feedback.
All reactions