Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add iframes around HTML widgets created in jupyter notebooks (#608)
This is a workaround for Jupyter not doing this itself (!?!?!?!?!), resulting in widgets overwriting each others' states when using javascript methods like "getElementById". - Added three example circuits to crumble, and a link to the README - Move resizability from the 3d model viewer to the iframe wrapper, using vh/vw to communicate width/height of the iframe - Do a pass over the getting started notebook Fixes #557 Fixes #574
- Loading branch information