Replies: 1 comment
-
Hi all - anyone have a suggestion? I see that there is a "markdown" glue directive (glue:md) that was added in MyST-NB recently - would this be appropriate for my use case if/when it is integrated into JupyterBook? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a call to sklearn.metrics.classification_report in my notebook and would like to use the results in a markdown document. I can use glue, but in the book it comes out as a single line of text (showing the "\n") instead of multiple lines like it would in the notebook.
Any suggestions how to make that display nicely? I have the same issue where I am calling "json.dumps" and wanting to pass the results to a markdown document.
Thanks!
-Ben
Beta Was this translation helpful? Give feedback.
All reactions