Support for Markdown in Jupyter Notebook outputs
See original GitHub issueThe older version of Jupyter Book supported Markdown in Jupyter Notebook outputs, but it seems like the newer version of Jupyter Book no longer does. It would be great to add back support for Markdown in cell outputs.
For example, running code like this would generate Markdown that would be displayed in a published Jupyter Book:
from IPython.display import Markdown, display
def display_bolded_topic_words_in_context(topic_number=3):
display(Markdown(original_text))
return
Example of older version of Jupyter Book rendering Markdown output
Example of older version of Jupyter Book rendering Markdown output
Example of newer version of Jupyter Book not rendering Markdown output
Example of newer version of Jupyter Book not rendering Markdown output
Issue Analytics
- State:
- Created 3 years ago
- Reactions:1
- Comments:6 (5 by maintainers)
Top Results From Across the Web
python - How to programmatically generate markdown output ...
I want to write a report for classes in Jupyter notebook. I'd like to count some stuff, generate ...
Read more >Formatting code outputs - Jupyter Book
Formatting code outputs#. The formatting of code outputs is highly configurable. Below we give examples of how to format particular outputs and even...
Read more >Markdown Cells — Jupyter Notebook 6.5.2 documentation
Markdown Cells . Text can be added to Jupyter Notebooks using Markdown cells. You can change the cell type to Markdown by...
Read more >The Ultimate Markdown Guide (for Jupyter Notebook) - Medium
It is simple to use and helps you to create and share documents that include code, visualizations, and narration. Recall that a Jupyter...
Read more >Markdown for Jupyter notebooks cheatsheet - IBM
You can use Markdown to format documentation you add to Markdown cells in your Jupyter notebook.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
This should be closed in v0.8.0 😄, but feel free to re-open/open another issue if anything is outstanding: https://jupyterbook.org/reference/_changelog.html#v0-8-0-2020-09-01
Actually, there’s a distinct difference between executablebooks/MyST-NB#198 and what it appears was offered by the old jupyter book:
These are two distinct use cases, and we should consider if/how we support one or both.