jupyter-book / thebe

Turn static HTML pages into live documents with Jupyter kernels.
https://thebe.readthedocs.io
BSD 3-Clause "New" or "Revised" License
393 stars 68 forks source link

Render cell asynchronously #89

Open sharypovandrey opened 5 years ago

sharypovandrey commented 5 years ago

Hello,

I'm trying to generate cell from pre tag after page has been loaded. If somebody knows the best way how to do it?

Thank you!

werneburg commented 5 years ago

Hello, with window.thebelab.bootstrap() it is possible to render the cells after the page load.