-
Currently, it seems that the content generated from useParse doesn't include the output cell. It's a good idea to implement the output node render feature which works like reduceOutputs in myst-cli. Or do we can any alternative for the output render? @rowanc1 Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 9 replies
-
The output renderer is brought in by the |
Beta Was this translation helpful? Give feedback.
The output renderer is brought in by the
@myst-theme/jupyter
package (here). We split them up as there are a lot of conflicts in packages when using this inside ofjupyterlab-myst
(i.e. we want to use jupyter natively in that case, not bring in a subset of the capabilities). The output renderer can be brought in directly if you are doing your own renderer using something like this and then use the theme-provider (here) or theuseParse
function directly to give you access to those renderers in react!