sphinxcontrib-jupyter
sphinxcontrib-jupyter copied to clipboard
Bug: raw html in lectures
I found this in QuantEcon's robustness lecture, which includes an embedded youtube video
we haven't implemented support for raw yet. I wonder if we enclose that in a .. only:: html if that would work?
There are methods to display a youtube in a jupyter notebook: http://nbviewer.jupyter.org/github/ipython/ipython/blob/1.x/examples/notebooks/Part%205%20-%20Rich%20Display%20System.ipynb#Video
@AakashGfude are we adding raw_node support as part of the PDF work?