|
25 | 25 | }, |
26 | 26 | { |
27 | 27 | "cell_type": "code", |
28 | | - "execution_count": 6, |
| 28 | + "execution_count": null, |
29 | 29 | "metadata": { |
30 | 30 | "jupyter": { |
31 | 31 | "source_hidden": true |
|
38 | 38 | }, |
39 | 39 | { |
40 | 40 | "cell_type": "code", |
41 | | - "execution_count": 7, |
| 41 | + "execution_count": null, |
42 | 42 | "metadata": { |
43 | 43 | "jupyter": { |
44 | 44 | "source_hidden": true |
45 | 45 | } |
46 | 46 | }, |
47 | | - "outputs": [ |
48 | | - { |
49 | | - "data": { |
50 | | - "text/html": [ |
51 | | - "\n", |
52 | | - " <iframe\n", |
53 | | - " width=\"100%\"\n", |
54 | | - " height=\"\"\n", |
55 | | - " src=\"_static/JupyterLibrary.html\"\n", |
56 | | - " frameborder=\"0\"\n", |
57 | | - " allowfullscreen\n", |
58 | | - " ></iframe>\n", |
59 | | - " " |
60 | | - ], |
61 | | - "text/plain": [ |
62 | | - "<IPython.lib.display.IFrame at 0x7fda84204be0>" |
63 | | - ] |
64 | | - }, |
65 | | - "execution_count": 7, |
66 | | - "metadata": {}, |
67 | | - "output_type": "execute_result" |
68 | | - } |
69 | | - ], |
| 47 | + "outputs": [], |
70 | 48 | "source": [ |
71 | 49 | "iframe(\"JupyterLibrary\")" |
72 | 50 | ] |
|
75 | 53 | "cell_type": "markdown", |
76 | 54 | "metadata": {}, |
77 | 55 | "source": [ |
78 | | - "## Jupyter Notebook Classic\n", |
79 | | - "The Jupyter Notebook Classic keywords are themselves defined in `.robot` files, and are loaded dynamically. They all include _Notebook Classic_ in the keyword name." |
| 56 | + "## Clients\n", |
| 57 | + "\n", |
| 58 | + "The Jupyter client keywords are themselves defined in `.robot` files, and are loaded dynamically. They all include the name of the client in the keyword name." |
| 59 | + ] |
| 60 | + }, |
| 61 | + { |
| 62 | + "cell_type": "markdown", |
| 63 | + "metadata": {}, |
| 64 | + "source": [ |
| 65 | + "### Jupyter Notebook Classic" |
80 | 66 | ] |
81 | 67 | }, |
82 | 68 | { |
83 | 69 | "cell_type": "code", |
84 | | - "execution_count": 8, |
| 70 | + "execution_count": null, |
85 | 71 | "metadata": { |
86 | 72 | "jupyter": { |
87 | 73 | "source_hidden": true |
88 | 74 | } |
89 | 75 | }, |
90 | | - "outputs": [ |
91 | | - { |
92 | | - "data": { |
93 | | - "text/html": [ |
94 | | - "\n", |
95 | | - " <iframe\n", |
96 | | - " width=\"100%\"\n", |
97 | | - " height=\"\"\n", |
98 | | - " src=\"_static/notebook.html\"\n", |
99 | | - " frameborder=\"0\"\n", |
100 | | - " allowfullscreen\n", |
101 | | - " ></iframe>\n", |
102 | | - " " |
103 | | - ], |
104 | | - "text/plain": [ |
105 | | - "<IPython.lib.display.IFrame at 0x7fda84204a58>" |
106 | | - ] |
107 | | - }, |
108 | | - "execution_count": 8, |
109 | | - "metadata": {}, |
110 | | - "output_type": "execute_result" |
111 | | - } |
112 | | - ], |
| 76 | + "outputs": [], |
113 | 77 | "source": [ |
114 | 78 | "iframe(\"notebook\")" |
115 | 79 | ] |
|
118 | 82 | "cell_type": "markdown", |
119 | 83 | "metadata": {}, |
120 | 84 | "source": [ |
121 | | - "## JupyterLab\n", |
122 | | - "The JupyterLab keywords are themselves defined in `.robot` files, and are loaded dynamically. They all include _JupyterLab_ in the keyword name." |
| 85 | + "### JupyterLab" |
123 | 86 | ] |
124 | 87 | }, |
125 | 88 | { |
126 | 89 | "cell_type": "code", |
127 | | - "execution_count": 9, |
| 90 | + "execution_count": null, |
128 | 91 | "metadata": { |
129 | 92 | "jupyter": { |
130 | 93 | "source_hidden": true |
131 | 94 | } |
132 | 95 | }, |
133 | | - "outputs": [ |
134 | | - { |
135 | | - "data": { |
136 | | - "text/html": [ |
137 | | - "\n", |
138 | | - " <iframe\n", |
139 | | - " width=\"100%\"\n", |
140 | | - " height=\"\"\n", |
141 | | - " src=\"_static/jupyterlab.html\"\n", |
142 | | - " frameborder=\"0\"\n", |
143 | | - " allowfullscreen\n", |
144 | | - " ></iframe>\n", |
145 | | - " " |
146 | | - ], |
147 | | - "text/plain": [ |
148 | | - "<IPython.lib.display.IFrame at 0x7fda842042b0>" |
149 | | - ] |
150 | | - }, |
151 | | - "execution_count": 9, |
152 | | - "metadata": {}, |
153 | | - "output_type": "execute_result" |
154 | | - } |
155 | | - ], |
| 96 | + "outputs": [], |
156 | 97 | "source": [ |
157 | 98 | "iframe(\"jupyterlab\")" |
158 | 99 | ] |
| 100 | + }, |
| 101 | + { |
| 102 | + "cell_type": "markdown", |
| 103 | + "metadata": {}, |
| 104 | + "source": [ |
| 105 | + "### nteract on Jupyter" |
| 106 | + ] |
| 107 | + }, |
| 108 | + { |
| 109 | + "cell_type": "code", |
| 110 | + "execution_count": null, |
| 111 | + "metadata": { |
| 112 | + "jupyter": { |
| 113 | + "source_hidden": true |
| 114 | + } |
| 115 | + }, |
| 116 | + "outputs": [], |
| 117 | + "source": [ |
| 118 | + "iframe(\"nteract_on_jupyter\")" |
| 119 | + ] |
159 | 120 | } |
160 | 121 | ], |
161 | 122 | "metadata": { |
|
0 commit comments