other.ipynb
32 lines
| 501 B
| text/plain
|
TextLexer
MinRK
|
r11699 | { | |
"metadata": { | |||
"name": "" | |||
}, | |||
"nbformat": 3, | |||
"nbformat_minor": 0, | |||
"worksheets": [ | |||
{ | |||
"cells": [ | |||
{ | |||
"cell_type": "markdown", | |||
"metadata": {}, | |||
"source": [ | |||
"This notebook just defines `bar`" | |||
] | |||
}, | |||
{ | |||
"cell_type": "code", | |||
"collapsed": false, | |||
"input": [ | |||
"def bar(x):\n", | |||
" return \"bar\" * x" | |||
], | |||
"language": "python", | |||
"metadata": {}, | |||
"outputs": [], | |||
"prompt_number": 2 | |||
} | |||
], | |||
"metadata": {} | |||
} | |||
] | |||
} |