##// END OF EJS Templates
Fix terminals with Tornado 3...
Fix terminals with Tornado 3 The websocket handler auth checking was calling clear_cookie(), which threw an error because it doesn't make sense for Websockets. It doesn't seem important, and we silence it in our other websocket handlers, so silencing it here too.

File last commit:

r18472:220cd726
r18546:2b2243ed
Show More
Index.ipynb
84 lines | 2.4 KiB | text/plain | TextLexer
Brian E. Granger
Lots of documentation work.
r16115 {
"metadata": {
"name": "",
Phillip Nordwall
Correct the example notebook link to What is the IPython Notebook?
r18472 "signature": "sha256:5a3c5ebae9154e13957e7c9d28bd3b7697c4b14f965482feb288d2cdf078983e"
Brian E. Granger
Lots of documentation work.
r16115 },
"nbformat": 3,
"nbformat_minor": 0,
"worksheets": [
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"<img src=\"../images/ipython_logo.png\">"
]
},
{
Brian E. Granger
Adding back links.
r16116 "cell_type": "markdown",
"metadata": {},
"source": [
"Back to the main [Index](../Index.ipynb)"
]
},
{
Brian E. Granger
Lots of documentation work.
r16115 "cell_type": "heading",
"level": 1,
"metadata": {},
"source": [
Brian E. Granger
Lots of doc work.
r16120 "Notebook"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
Brian E. Granger
Work on notebook docs.
r17482 "The IPython Notebook is a web-based interactive computing system that enables users to author documents that include live code, narrative text, LaTeX equations, HTML, images and video. These documents contain a full record of a computation and its results and can be shared on email, [Dropbox](http://dropbox.com), version control systems (like git/[GitHub](http://github.com)) or [nbviewer.ipython.org](http://nbviewer.ipython.org)."
Brian E. Granger
Lots of documentation work.
r16115 ]
},
{
"cell_type": "heading",
"level": 2,
"metadata": {},
"source": [
"Tutorials"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
Phillip Nordwall
Correct the example notebook link to What is the IPython Notebook?
r18472 "* [What is the IPython Notebook](What is the IPython Notebook.ipynb)\n",
Brian E. Granger
Creating overall structure and organization.
r17481 "* [Running the Notebook Server](Running the Notebook Server.ipynb)\n",
Brian E. Granger
More work on notebook tutorials.
r17499 "* [Notebook Basics](Notebook Basics.ipynb)\n",
Brian E. Granger
Moving UI and rm Dashboard nb.
r17498 "* [Running Code](Running Code.ipynb)\n",
Brian E. Granger
Creating overall structure and organization.
r17481 "* [Working With Markdown Cells](Working With Markdown Cells.ipynb)\n",
Brian E. Granger
Moving UI and rm Dashboard nb.
r17498 "* [Custom Keyboard Shortcuts](Custom Keyboard Shortcuts.ipynb)\n",
Brian E. Granger
Pulling in content and rewriting from ipython-in-depth.
r17496 "* [JavaScript Notebook Extensions](JavaScript Notebook Extensions.ipynb)\n",
Brian E. Granger
Moving things around.
r17497 "* [Notebook Security](Notebook Security.ipynb)\n",
"* [Converting Notebooks With nbconvert](Converting Notebooks With nbconvert.ipynb)\n",
"* [Using nbconvert as a Library](Using nbconvert as a Library.ipynb)"
Brian E. Granger
Lots of documentation work.
r16115 ]
},
{
"cell_type": "heading",
"level": 2,
"metadata": {},
"source": [
"Examples"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"* [Importing Notebooks](Importing Notebooks.ipynb)\n",
"* [Connecting with the Qt Console](Connecting with the Qt Console.ipynb)\n",
Brian E. Granger
Creating overall structure and organization.
r17481 "* [Typesetting Equations](Typesetting Equations.ipynb)"
Brian E. Granger
Lots of documentation work.
r16115 ]
}
],
"metadata": {}
}
]
}