jupyter / dashboards_server

[RETIRED] Server that runs and renders Jupyter notebooks as interactive dashboards
Other
181 stars 48 forks source link

Missing markdown renderer #243

Closed parente closed 8 years ago

parente commented 8 years ago

In 0.6.0 of dash server, display(Markdown('# Hello!')) winds up rendering as:

screen shot 2016-05-23 at 12 26 31 pm

There's a renderer in jupyter-js-ui v0.10+:

https://github.com/jupyter/jupyter-js-ui/commit/2876f3ba0d13a497a59a98c68143e8b03875f4eb

But we're not using it. Probably just missed it.