##// END OF EJS Templates
create new terminals with POST /api/terminals...
create new terminals with POST /api/terminals instead of GET terminals/new to be consistent with creating new notebooks. We had to stop using GET notebooks/new because browsers would create new notebooks when making preview thumbnails for commonly visited pages, etc. I assume the same issue would apply to terminals

File last commit:

r17101:945ec056
r18616:d4e327ea
Show More
Unicode.ipynb
32 lines | 468 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('\u2603')"
Julia Evans
Start adding tests from runipy
r17082 ],
"language": "python",
"metadata": {},
"outputs": [
{
"output_type": "stream",
"stream": "stdout",
"text": [
"\u2603\n"
]
}
],
"prompt_number": 1
}
],
"metadata": {}
}
]
}