##// END OF EJS Templates
make execute preprocessor timeout configurable
make execute preprocessor timeout configurable

File last commit:

r17089:5807c24d
r17094:85f1285b
Show More
HelloWorld.ipynb
32 lines | 480 B | text/plain | TextLexer
Julia Evans
Start adding tests from runipy
r17082 {
"metadata": {
"name": ""
},
"nbformat": 3,
"nbformat_minor": 0,
"worksheets": [
{
"cells": [
{
"cell_type": "code",
"collapsed": false,
"input": [
Julia Evans
print is a function in Python 3
r17089 "print(\"Hello World\")"
Julia Evans
Start adding tests from runipy
r17082 ],
"language": "python",
"metadata": {},
"outputs": [
{
"output_type": "stream",
"stream": "stdout",
"text": [
"Hello World\n"
]
}
],
"prompt_number": 1
}
],
"metadata": {}
}
]
}