Skip to content

Commit

Permalink
refactor: use notebook directive instead of iframe
Browse files Browse the repository at this point in the history
Signed-off-by: Akshay Mestry <xa@mes3.dev>
  • Loading branch information
xames3 committed Oct 9, 2024
1 parent ed26e5d commit 834a0ff
Showing 1 changed file with 3 additions and 33 deletions.
36 changes: 3 additions & 33 deletions docs/source/_resources/external-resources.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,36 +24,6 @@ External Resources
Sandbox |badge-beta|
-------------------------------------------------------------------------------

.. raw:: html

<br>
<h3>Interactive REPL from Local Repository</h3>
<iframe
src="../_jupyter/repl/index.html?kernel=python&toolbar=1"
width="100%"
height="500px"
class="jupyterlite-embed"
>
</iframe>

.. raw:: html

<br>
<h3>Launcher from Local Repository</h3>
<iframe
src="../_jupyter/lab/index.html"
width="100%"`
height="500px"
>
</iframe>

.. raw:: html

<br>
<h3>Pre-written notebook from Local Repository</h3>
<iframe
src="../_jupyter/notebooks/?path=runner.ipynb"
width="100%"
height="500px"
>
</iframe>
.. notebook::

.. notebook:: runner.ipynb

0 comments on commit 834a0ff

Please sign in to comment.