Show More
The requested changes are too big and content was truncated. Show full diff
@@ -1,65 +1,57 b'' | |||||
1 | { |
|
1 | { | |
|
2 | "cells": [ | |||
|
3 | { | |||
|
4 | "cell_type": "markdown", | |||
|
5 | "metadata": {}, | |||
|
6 | "source": [ | |||
|
7 | "<img src=\"../images/ipython_logo.png\">" | |||
|
8 | ] | |||
|
9 | }, | |||
|
10 | { | |||
|
11 | "cell_type": "markdown", | |||
|
12 | "metadata": {}, | |||
|
13 | "source": [ | |||
|
14 | "Back to the main [Index](../Index.ipynb)" | |||
|
15 | ] | |||
|
16 | }, | |||
|
17 | { | |||
|
18 | "cell_type": "markdown", | |||
|
19 | "metadata": {}, | |||
|
20 | "source": [ | |||
|
21 | "# Builtin Extensions" | |||
|
22 | ] | |||
|
23 | }, | |||
|
24 | { | |||
|
25 | "cell_type": "markdown", | |||
|
26 | "metadata": {}, | |||
|
27 | "source": [ | |||
|
28 | "IPython extensions allow custom magic commands to be shipped as standalone libraries. IPython includes a few extensions that define magic commands for working with code in other languages.\n", | |||
|
29 | "\n", | |||
|
30 | "<div class=\"alert\" style=\"margin: 10px\">\n", | |||
|
31 | "We are in the process of moving these builtin extensions to their parent projects (Cython, oct2py and rpy2). Once this happens this documentation will move as well.\n", | |||
|
32 | "</div>" | |||
|
33 | ] | |||
|
34 | }, | |||
|
35 | { | |||
|
36 | "cell_type": "markdown", | |||
|
37 | "metadata": {}, | |||
|
38 | "source": [ | |||
|
39 | "## Tutorials" | |||
|
40 | ] | |||
|
41 | }, | |||
|
42 | { | |||
|
43 | "cell_type": "markdown", | |||
|
44 | "metadata": {}, | |||
|
45 | "source": [ | |||
|
46 | "* [Cython Magics](Cython Magics.ipynb): magics for compiling and running Cython code in a cell\n", | |||
|
47 | "* [Octave Magic](Octave Magic.ipynb): magics for running Octave code in a cell\n", | |||
|
48 | "* [R Magics](R Magics.ipynb): magics for running R code in a cell" | |||
|
49 | ] | |||
|
50 | } | |||
|
51 | ], | |||
2 | "metadata": { |
|
52 | "metadata": { | |
3 | "name": "", |
|
|||
4 | "signature": "sha256:a89ddd606f68e27067a5e2301a4d19a3c149131f4f07be4483a65979e26bebe0" |
|
53 | "signature": "sha256:a89ddd606f68e27067a5e2301a4d19a3c149131f4f07be4483a65979e26bebe0" | |
5 | }, |
|
54 | }, | |
6 |
"nbformat": |
|
55 | "nbformat": 4, | |
7 |
"nbformat_minor": 0 |
|
56 | "nbformat_minor": 0 | |
8 | "worksheets": [ |
|
|||
9 | { |
|
|||
10 | "cells": [ |
|
|||
11 | { |
|
|||
12 | "cell_type": "markdown", |
|
|||
13 | "metadata": {}, |
|
|||
14 | "source": [ |
|
|||
15 | "<img src=\"../images/ipython_logo.png\">" |
|
|||
16 | ] |
|
|||
17 | }, |
|
|||
18 | { |
|
|||
19 | "cell_type": "markdown", |
|
|||
20 | "metadata": {}, |
|
|||
21 | "source": [ |
|
|||
22 | "Back to the main [Index](../Index.ipynb)" |
|
|||
23 | ] |
|
|||
24 | }, |
|
|||
25 | { |
|
|||
26 | "cell_type": "heading", |
|
|||
27 | "level": 1, |
|
|||
28 | "metadata": {}, |
|
|||
29 | "source": [ |
|
|||
30 | "Builtin Extensions" |
|
|||
31 | ] |
|
|||
32 | }, |
|
|||
33 | { |
|
|||
34 | "cell_type": "markdown", |
|
|||
35 | "metadata": {}, |
|
|||
36 | "source": [ |
|
|||
37 | "IPython extensions allow custom magic commands to be shipped as standalone libraries. IPython includes a few extensions that define magic commands for working with code in other languages.\n", |
|
|||
38 | "\n", |
|
|||
39 | "<div class=\"alert\" style=\"margin: 10px\">\n", |
|
|||
40 | "We are in the process of moving these builtin extensions to their parent projects (Cython, oct2py and rpy2). Once this happens this documentation will move as well.\n", |
|
|||
41 | "</div>" |
|
|||
42 | ] |
|
|||
43 | }, |
|
|||
44 | { |
|
|||
45 | "cell_type": "heading", |
|
|||
46 | "level": 2, |
|
|||
47 | "metadata": {}, |
|
|||
48 | "source": [ |
|
|||
49 | "Tutorials" |
|
|||
50 | ] |
|
|||
51 | }, |
|
|||
52 | { |
|
|||
53 | "cell_type": "markdown", |
|
|||
54 | "metadata": {}, |
|
|||
55 | "source": [ |
|
|||
56 | "* [Cython Magics](Cython Magics.ipynb): magics for compiling and running Cython code in a cell\n", |
|
|||
57 | "* [Octave Magic](Octave Magic.ipynb): magics for running Octave code in a cell\n", |
|
|||
58 | "* [R Magics](R Magics.ipynb): magics for running R code in a cell" |
|
|||
59 | ] |
|
|||
60 | } |
|
|||
61 | ], |
|
|||
62 | "metadata": {} |
|
|||
63 | } |
|
|||
64 | ] |
|
|||
65 | } No newline at end of file |
|
57 | } |
1 | NO CONTENT: modified file |
|
NO CONTENT: modified file | ||
The requested commit or file is too big and content was truncated. Show full diff |
1 | NO CONTENT: modified file |
|
NO CONTENT: modified file | ||
The requested commit or file is too big and content was truncated. Show full diff |
1 | NO CONTENT: modified file |
|
NO CONTENT: modified file | ||
The requested commit or file is too big and content was truncated. Show full diff |
1 | NO CONTENT: modified file |
|
NO CONTENT: modified file | ||
The requested commit or file is too big and content was truncated. Show full diff |
1 | NO CONTENT: modified file |
|
NO CONTENT: modified file | ||
The requested commit or file is too big and content was truncated. Show full diff |
1 | NO CONTENT: modified file |
|
NO CONTENT: modified file | ||
The requested commit or file is too big and content was truncated. Show full diff |
1 | NO CONTENT: modified file |
|
NO CONTENT: modified file | ||
The requested commit or file is too big and content was truncated. Show full diff |
1 | NO CONTENT: modified file |
|
NO CONTENT: modified file | ||
The requested commit or file is too big and content was truncated. Show full diff |
1 | NO CONTENT: modified file |
|
NO CONTENT: modified file | ||
The requested commit or file is too big and content was truncated. Show full diff |
1 | NO CONTENT: modified file |
|
NO CONTENT: modified file | ||
The requested commit or file is too big and content was truncated. Show full diff |
1 | NO CONTENT: modified file |
|
NO CONTENT: modified file | ||
The requested commit or file is too big and content was truncated. Show full diff |
1 | NO CONTENT: modified file |
|
NO CONTENT: modified file | ||
The requested commit or file is too big and content was truncated. Show full diff |
1 | NO CONTENT: modified file |
|
NO CONTENT: modified file | ||
The requested commit or file is too big and content was truncated. Show full diff |
1 | NO CONTENT: modified file |
|
NO CONTENT: modified file | ||
The requested commit or file is too big and content was truncated. Show full diff |
1 | NO CONTENT: modified file |
|
NO CONTENT: modified file | ||
The requested commit or file is too big and content was truncated. Show full diff |
1 | NO CONTENT: modified file |
|
NO CONTENT: modified file | ||
The requested commit or file is too big and content was truncated. Show full diff |
1 | NO CONTENT: modified file |
|
NO CONTENT: modified file | ||
The requested commit or file is too big and content was truncated. Show full diff |
1 | NO CONTENT: modified file |
|
NO CONTENT: modified file | ||
The requested commit or file is too big and content was truncated. Show full diff |
1 | NO CONTENT: modified file |
|
NO CONTENT: modified file | ||
The requested commit or file is too big and content was truncated. Show full diff |
1 | NO CONTENT: modified file |
|
NO CONTENT: modified file | ||
The requested commit or file is too big and content was truncated. Show full diff |
1 | NO CONTENT: modified file |
|
NO CONTENT: modified file | ||
The requested commit or file is too big and content was truncated. Show full diff |
1 | NO CONTENT: modified file |
|
NO CONTENT: modified file | ||
The requested commit or file is too big and content was truncated. Show full diff |
1 | NO CONTENT: modified file |
|
NO CONTENT: modified file | ||
The requested commit or file is too big and content was truncated. Show full diff |
1 | NO CONTENT: modified file |
|
NO CONTENT: modified file | ||
The requested commit or file is too big and content was truncated. Show full diff |
1 | NO CONTENT: modified file |
|
NO CONTENT: modified file | ||
The requested commit or file is too big and content was truncated. Show full diff |
1 | NO CONTENT: modified file |
|
NO CONTENT: modified file | ||
The requested commit or file is too big and content was truncated. Show full diff |
1 | NO CONTENT: modified file |
|
NO CONTENT: modified file | ||
The requested commit or file is too big and content was truncated. Show full diff |
1 | NO CONTENT: modified file |
|
NO CONTENT: modified file | ||
The requested commit or file is too big and content was truncated. Show full diff |
1 | NO CONTENT: modified file |
|
NO CONTENT: modified file | ||
The requested commit or file is too big and content was truncated. Show full diff |
1 | NO CONTENT: modified file |
|
NO CONTENT: modified file | ||
The requested commit or file is too big and content was truncated. Show full diff |
1 | NO CONTENT: modified file |
|
NO CONTENT: modified file | ||
The requested commit or file is too big and content was truncated. Show full diff |
1 | NO CONTENT: modified file |
|
NO CONTENT: modified file | ||
The requested commit or file is too big and content was truncated. Show full diff |
1 | NO CONTENT: modified file |
|
NO CONTENT: modified file | ||
The requested commit or file is too big and content was truncated. Show full diff |
1 | NO CONTENT: modified file |
|
NO CONTENT: modified file | ||
The requested commit or file is too big and content was truncated. Show full diff |
1 | NO CONTENT: modified file |
|
NO CONTENT: modified file | ||
The requested commit or file is too big and content was truncated. Show full diff |
1 | NO CONTENT: modified file |
|
NO CONTENT: modified file | ||
The requested commit or file is too big and content was truncated. Show full diff |
1 | NO CONTENT: modified file |
|
NO CONTENT: modified file | ||
The requested commit or file is too big and content was truncated. Show full diff |
1 | NO CONTENT: modified file |
|
NO CONTENT: modified file | ||
The requested commit or file is too big and content was truncated. Show full diff |
1 | NO CONTENT: modified file |
|
NO CONTENT: modified file | ||
The requested commit or file is too big and content was truncated. Show full diff |
1 | NO CONTENT: modified file |
|
NO CONTENT: modified file | ||
The requested commit or file is too big and content was truncated. Show full diff |
1 | NO CONTENT: modified file |
|
NO CONTENT: modified file | ||
The requested commit or file is too big and content was truncated. Show full diff |
1 | NO CONTENT: modified file |
|
NO CONTENT: modified file | ||
The requested commit or file is too big and content was truncated. Show full diff |
1 | NO CONTENT: modified file |
|
NO CONTENT: modified file | ||
The requested commit or file is too big and content was truncated. Show full diff |
1 | NO CONTENT: modified file |
|
NO CONTENT: modified file | ||
The requested commit or file is too big and content was truncated. Show full diff |
1 | NO CONTENT: modified file |
|
NO CONTENT: modified file | ||
The requested commit or file is too big and content was truncated. Show full diff |
1 | NO CONTENT: modified file |
|
NO CONTENT: modified file | ||
The requested commit or file is too big and content was truncated. Show full diff |
1 | NO CONTENT: modified file |
|
NO CONTENT: modified file | ||
The requested commit or file is too big and content was truncated. Show full diff |
1 | NO CONTENT: modified file |
|
NO CONTENT: modified file | ||
The requested commit or file is too big and content was truncated. Show full diff |
1 | NO CONTENT: modified file |
|
NO CONTENT: modified file | ||
The requested commit or file is too big and content was truncated. Show full diff |
1 | NO CONTENT: modified file |
|
NO CONTENT: modified file | ||
The requested commit or file is too big and content was truncated. Show full diff |
1 | NO CONTENT: modified file |
|
NO CONTENT: modified file | ||
The requested commit or file is too big and content was truncated. Show full diff |
1 | NO CONTENT: modified file |
|
NO CONTENT: modified file | ||
The requested commit or file is too big and content was truncated. Show full diff |
1 | NO CONTENT: modified file |
|
NO CONTENT: modified file | ||
The requested commit or file is too big and content was truncated. Show full diff |
1 | NO CONTENT: modified file |
|
NO CONTENT: modified file | ||
The requested commit or file is too big and content was truncated. Show full diff |
1 | NO CONTENT: modified file |
|
NO CONTENT: modified file | ||
The requested commit or file is too big and content was truncated. Show full diff |
1 | NO CONTENT: modified file |
|
NO CONTENT: modified file | ||
The requested commit or file is too big and content was truncated. Show full diff |
1 | NO CONTENT: modified file |
|
NO CONTENT: modified file | ||
The requested commit or file is too big and content was truncated. Show full diff |
1 | NO CONTENT: modified file |
|
NO CONTENT: modified file | ||
The requested commit or file is too big and content was truncated. Show full diff |
1 | NO CONTENT: modified file |
|
NO CONTENT: modified file | ||
The requested commit or file is too big and content was truncated. Show full diff |
1 | NO CONTENT: modified file |
|
NO CONTENT: modified file | ||
The requested commit or file is too big and content was truncated. Show full diff |
1 | NO CONTENT: modified file |
|
NO CONTENT: modified file | ||
The requested commit or file is too big and content was truncated. Show full diff |
1 | NO CONTENT: modified file |
|
NO CONTENT: modified file | ||
The requested commit or file is too big and content was truncated. Show full diff |
1 | NO CONTENT: modified file |
|
NO CONTENT: modified file | ||
The requested commit or file is too big and content was truncated. Show full diff |
1 | NO CONTENT: modified file |
|
NO CONTENT: modified file | ||
The requested commit or file is too big and content was truncated. Show full diff |
1 | NO CONTENT: modified file |
|
NO CONTENT: modified file | ||
The requested commit or file is too big and content was truncated. Show full diff |
1 | NO CONTENT: modified file |
|
NO CONTENT: modified file | ||
The requested commit or file is too big and content was truncated. Show full diff |
General Comments 0
You need to be logged in to leave comments.
Login now