##// END OF EJS Templates
Fix font-awesome icons in examples notebook...
Matthias Bussonnier -
Show More
@@ -1,7 +1,16 b''
1 {
1 {
2 "metadata": {
2 "metadata": {
3 "kernelspec": {
4 "codemirror_mode": {
5 "name": "ipython",
6 "version": 3
7 },
8 "display_name": "IPython (Python 3)",
9 "language": "python",
10 "name": "python3"
11 },
3 "name": "",
12 "name": "",
4 "signature": "sha256:1a6a6a01ea6dbb9b101174c11ba522cb145e4a070685a43a71b5ccdb75672909"
13 "signature": "sha256:6e4f35a8bc2cb1408b995bc3c006369dd3c3e31a3e6212088f3d1e2abef36407"
5 },
14 },
6 "nbformat": 3,
15 "nbformat": 3,
7 "nbformat_minor": 0,
16 "nbformat_minor": 0,
@@ -198,9 +207,9 b''
198 "cell_type": "markdown",
207 "cell_type": "markdown",
199 "metadata": {},
208 "metadata": {},
200 "source": [
209 "source": [
201 "The second idea of mouse based navigation is that **cell actions usually apply to the currently selected cell**. Thus if you want to run the code in a cell, you would select it and click the <button><i class=\"icon-play\"></i></button> button in the toolbar or the \"Cell:Run\" menu item. Similarly, to copy a cell you would select it and click the <button><i class=\"icon-copy\"></i></button> button in the toolbar or the \"Edit:Copy\" menu item. With this simple pattern, you should be able to do most everything you need with the mouse.\n",
210 "The second idea of mouse based navigation is that **cell actions usually apply to the currently selected cell**. Thus if you want to run the code in a cell, you would select it and click the <button class='btn btn-default btn-xs'><i class=\"fa fa-play icon-play\"></i></button> button in the toolbar or the \"Cell:Run\" menu item. Similarly, to copy a cell you would select it and click the <button class='btn btn-default btn-xs'><i class=\"fa fa-copy icon-copy\"></i></button> button in the toolbar or the \"Edit:Copy\" menu item. With this simple pattern, you should be able to do most everything you need with the mouse.\n",
202 "\n",
211 "\n",
203 "Markdown and heading cells have one other state that can be modified with the mouse. These cells can either be rendered or unrendered. When they are rendered, you will see a nice formatted representation of the cell's contents. When they are unrendered, you will see the raw text source of the cell. To render the selected cell with the mouse, click the <button><i class=\"icon-play\"></i></button> button in the toolbar or the \"Cell:Run\" menu item. To unrender the selected cell, double click on the cell."
212 "Markdown and heading cells have one other state that can be modified with the mouse. These cells can either be rendered or unrendered. When they are rendered, you will see a nice formatted representation of the cell's contents. When they are unrendered, you will see the raw text source of the cell. To render the selected cell with the mouse, click the <button class='btn btn-default btn-xs'><i class=\"fa fa-play icon-play\"></i></button> button in the toolbar or the \"Cell:Run\" menu item. To unrender the selected cell, double click on the cell."
204 ]
213 ]
205 },
214 },
206 {
215 {
@@ -1,7 +1,16 b''
1 {
1 {
2 "metadata": {
2 "metadata": {
3 "kernelspec": {
4 "codemirror_mode": {
5 "name": "ipython",
6 "version": 3
7 },
8 "display_name": "IPython (Python 3)",
9 "language": "python",
10 "name": "python3"
11 },
3 "name": "",
12 "name": "",
4 "signature": "sha256:f04198d3d69e0ecb1f8e08c92dcaf5942793c65e81e19e168b2b53e6fecaf223"
13 "signature": "sha256:55c4f2c75812ec42ca18dcd7e895a056a3faa0e6d567893faf8c85345016be06"
5 },
14 },
6 "nbformat": 3,
15 "nbformat": 3,
7 "nbformat_minor": 0,
16 "nbformat_minor": 0,
@@ -35,7 +44,7 b''
35 "cell_type": "markdown",
44 "cell_type": "markdown",
36 "metadata": {},
45 "metadata": {},
37 "source": [
46 "source": [
38 "Run a code cell using `Shift-Enter` or pressing the <button><i class=\"icon-play fa fa-play\"></i></button> button in the toolbar above:"
47 "Run a code cell using `Shift-Enter` or pressing the <button class='btn btn-default btn-xs'><i class=\"icon-play fa fa-play\"></i></button> button in the toolbar above:"
39 ]
48 ]
40 },
49 },
41 {
50 {
@@ -90,7 +99,7 b''
90 "cell_type": "markdown",
99 "cell_type": "markdown",
91 "metadata": {},
100 "metadata": {},
92 "source": [
101 "source": [
93 "Code is run in a separate process called the IPython Kernel. The Kernel can be interrupted or restarted. Try running the following cell and then hit the <button><i class='icon-stop fa fa-stop'></i></button> button in the toolbar above."
102 "Code is run in a separate process called the IPython Kernel. The Kernel can be interrupted or restarted. Try running the following cell and then hit the <button class='btn btn-default btn-xs'><i class='icon-stop fa fa-stop'></i></button> button in the toolbar above."
94 ]
103 ]
95 },
104 },
96 {
105 {
@@ -161,7 +170,7 b''
161 "cell_type": "markdown",
170 "cell_type": "markdown",
162 "metadata": {},
171 "metadata": {},
163 "source": [
172 "source": [
164 "The kernel maintains the state of a notebook's computations. You can reset this state by restarting the kernel. This is done by clicking on the <button><i class='icon-repeat'></i></button> in the toolbar above."
173 "The kernel maintains the state of a notebook's computations. You can reset this state by restarting the kernel. This is done by clicking on the <button class='btn btn-default btn-xs'><i class='fa fa-repeat icon-repeat'></i></button> in the toolbar above."
165 ]
174 ]
166 },
175 },
167 {
176 {
@@ -250,62 +259,13 b''
250 "stream": "stdout",
259 "stream": "stdout",
251 "text": [
260 "text": [
252 "0\n",
261 "0\n",
253 "1"
262 "1\n",
254 ]
263 "2\n",
255 },
264 "3\n",
256 {
265 "4\n",
257 "output_type": "stream",
266 "5\n",
258 "stream": "stdout",
267 "6\n",
259 "text": [
268 "7\n"
260 "\n",
261 "2"
262 ]
263 },
264 {
265 "output_type": "stream",
266 "stream": "stdout",
267 "text": [
268 "\n",
269 "3"
270 ]
271 },
272 {
273 "output_type": "stream",
274 "stream": "stdout",
275 "text": [
276 "\n",
277 "4"
278 ]
279 },
280 {
281 "output_type": "stream",
282 "stream": "stdout",
283 "text": [
284 "\n",
285 "5"
286 ]
287 },
288 {
289 "output_type": "stream",
290 "stream": "stdout",
291 "text": [
292 "\n",
293 "6"
294 ]
295 },
296 {
297 "output_type": "stream",
298 "stream": "stdout",
299 "text": [
300 "\n",
301 "7"
302 ]
303 },
304 {
305 "output_type": "stream",
306 "stream": "stdout",
307 "text": [
308 "\n"
309 ]
269 ]
310 }
270 }
311 ],
271 ],
General Comments 0
You need to be logged in to leave comments. Login now