You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
monkeyking/examples/Notebook/nbpackage/nbs/other.ipynb

26 lines
379 B

{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"This notebook just defines `bar`"
]
},
{
"cell_type": "code",
"execution_count": 2,
"metadata": {
"collapsed": false
},
"outputs": [],
"source": [
"def bar(x):\n",
" return \"bar\" * x"
]
}
],
"metadata": {},
"nbformat": 4,
"nbformat_minor": 0
}