Skip to content

Commit a219215

Browse files
authored
Merge pull request ipython#45 from Carreau/crosslanguage-magic
Crosslanguage magic
2 parents 8dc56c8 + 0a81b14 commit a219215

File tree

3 files changed

+567
-8
lines changed

3 files changed

+567
-8
lines changed

examples/IPython Kernel/Index.ipynb

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,7 @@
8282
{
8383
"cell_type": "code",
8484
"execution_count": 1,
85-
"metadata": {
86-
"collapsed": false
87-
},
85+
"metadata": {},
8886
"outputs": [
8987
{
9088
"data": {
@@ -125,9 +123,7 @@
125123
{
126124
"cell_type": "code",
127125
"execution_count": 2,
128-
"metadata": {
129-
"collapsed": false
130-
},
126+
"metadata": {},
131127
"outputs": [
132128
{
133129
"data": {
@@ -191,9 +187,9 @@
191187
"name": "python",
192188
"nbconvert_exporter": "python",
193189
"pygments_lexer": "ipython3",
194-
"version": "3.4.3"
190+
"version": "3.6.0"
195191
}
196192
},
197193
"nbformat": 4,
198-
"nbformat_minor": 0
194+
"nbformat_minor": 1
199195
}

0 commit comments

Comments
 (0)