Skip to content

Commit f0d4de4

Browse files
Remove REPL from galleries page
1 parent 55fe769 commit f0d4de4

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

galleries/examples/README.txt

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -19,27 +19,3 @@ a :ref:`FAQ <faq-index>` in our :ref:`user guide <users-guide-index>`.
1919
.. admonition:: Tagging!
2020

2121
You can also browse the example gallery by :ref:`tags <tagoverview>`.
22-
23-
24-
Live example (experimental)
25-
===========================
26-
27-
Try Matplotlib directly in this documentation (press :kbd:`shift` + :kbd:`Enter` to execute code)!
28-
29-
.. rstcheck: ignore-directives=replite
30-
.. replite::
31-
:kernel: xeus-python
32-
:height: 600px
33-
:prompt: Try Matplotlib!
34-
:execute: False
35-
36-
%matplotlib inline
37-
38-
import matplotlib.pyplot as plt
39-
import numpy as np
40-
41-
fig = plt.figure()
42-
plt.plot(np.sin(np.linspace(0, 20, 100)))
43-
plt.show();
44-
45-
Alternatively, you can try the gallery examples below in `our JupyterLite deployment <./../lite/lab>`__.

0 commit comments

Comments
 (0)