Skip to content

Commit

Permalink
📚 DOCS: Remove unnecessary code block from ipympl doc page
Browse files Browse the repository at this point in the history
Removing code block that is not necessary thanks to release 0.6.1 at ipympl: matplotlib/ipympl#272
  • Loading branch information
celine168 committed Jan 5, 2021
1 parent 9599711 commit a762ecb
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions docs/examples/ipympl_example.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Configure thebe and load it:
requestKernel: true,
binderOptions: {
repo: "matplotlib/ipympl",
ref: "0.5.8",
ref: "0.6.1",
repoProvider: "github",
},
}
Expand Down Expand Up @@ -87,22 +87,14 @@ Press the "Activate" button below to connect to a Jupyter server:
requestKernel: true,
binderOptions: {
repo: "matplotlib/ipympl",
ref: "0.5.8",
ref: "0.6.1",
repoProvider: "github",
},
}
</script>
<script src="https://unpkg.com/thebe@latest/lib/index.js"></script>


.. warning:: This cell is only required in the thebe documentation due to the way that ipympl's Binder container is setup. Do not add or execute it when working with ipympl yourself.

.. raw:: html

<pre data-executable="true" data-language="python">
rm -r ipympl
</pre>

2D plot
-------

Expand Down

0 comments on commit a762ecb

Please sign in to comment.