Hi! When I have an html file in a directory that my jupyter server can see, 
it shows up as editable. I found on the interne 
<http://stackoverflow.com/questions/33620636/how-can-i-render-html-in-a-jupyter-notebook>t
 
that you can get it to show up as rendered by replacing "edit" in the url 
with "files", and it works beautifully. While this is a very easy 
workaround, any chance this could happen by default, with maybe something 
like the "raw" option on github in case you actually want to see the 
unrendered html?

So you can the html file url from:

myhtmlfile/edit/file.html

to 

myhtmlfile/files/file.html

Thanks!
Kristen

-- 
You received this message because you are subscribed to the Google Groups 
"Project Jupyter" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jupyter/c2d766e8-c225-46e0-8b2b-ba9d656dea19%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to