Index.ipynb
91 lines
| 2.5 KiB
| text/plain
|
TextLexer
Brian E. Granger
|
r16115 | { | |
"metadata": { | |||
"name": "", | |||
Brian E. Granger
|
r17482 | "signature": "sha256:f3479d16d8a60d0aa82e5fbffd52552e5649074a7a660730ddca9d5b286692b2" | |
Brian E. Granger
|
r16115 | }, | |
"nbformat": 3, | |||
"nbformat_minor": 0, | |||
"worksheets": [ | |||
{ | |||
"cells": [ | |||
{ | |||
"cell_type": "markdown", | |||
"metadata": {}, | |||
"source": [ | |||
"<img src=\"../images/ipython_logo.png\">" | |||
] | |||
}, | |||
{ | |||
Brian E. Granger
|
r16116 | "cell_type": "markdown", | |
"metadata": {}, | |||
"source": [ | |||
"Back to the main [Index](../Index.ipynb)" | |||
] | |||
}, | |||
{ | |||
Brian E. Granger
|
r16115 | "cell_type": "heading", | |
"level": 1, | |||
"metadata": {}, | |||
"source": [ | |||
Brian E. Granger
|
r16120 | "Notebook" | |
] | |||
}, | |||
{ | |||
"cell_type": "markdown", | |||
"metadata": {}, | |||
"source": [ | |||
Brian E. Granger
|
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
|
r16115 | ] | |
}, | |||
{ | |||
"cell_type": "heading", | |||
"level": 2, | |||
"metadata": {}, | |||
"source": [ | |||
"Tutorials" | |||
] | |||
}, | |||
{ | |||
"cell_type": "markdown", | |||
"metadata": {}, | |||
"source": [ | |||
Brian E. Granger
|
r17481 | "* [What is the IPython Notebook?](What is the IPython Notebook%3F.ipynb)\n", | |
"* [Running the Notebook Server](Running the Notebook Server.ipynb)\n", | |||
"* [Notebook Dashboard](Notebook Dashboard.ipynb)\n", | |||
"* [Notebook User Interface](Notebook User Interface.ipynb)\n", | |||
"* [Notebook Cell Types](Notebook Cell Types.ipynb)\n", | |||
"* [Working With Code Cells](Working With Code Cells.ipynb)\n", | |||
"* [Working With Markdown Cells](Working With Markdown Cells.ipynb)\n", | |||
"* [Notebook Security](Notebook Security.ipynb)" | |||
Brian E. Granger
|
r16115 | ] | |
}, | |||
{ | |||
"cell_type": "heading", | |||
"level": 2, | |||
"metadata": {}, | |||
"source": [ | |||
"Examples" | |||
] | |||
}, | |||
{ | |||
"cell_type": "markdown", | |||
"metadata": {}, | |||
"source": [ | |||
Brian E. Granger
|
r17481 | "* [Custom Keyboard Shortcuts](Custom Keyboard Shortcuts.ipynb)\n", | |
Brian E. Granger
|
r16115 | "* [Importing Notebooks](Importing Notebooks.ipynb)\n", | |
"* [Connecting with the Qt Console](Connecting with the Qt Console.ipynb)\n", | |||
Brian E. Granger
|
r17481 | "* [Typesetting Equations](Typesetting Equations.ipynb)" | |
Brian E. Granger
|
r16115 | ] | |
Brian E. Granger
|
r17481 | }, | |
{ | |||
"cell_type": "code", | |||
"collapsed": false, | |||
"input": [], | |||
"language": "python", | |||
"metadata": {}, | |||
"outputs": [] | |||
Brian E. Granger
|
r16115 | } | |
], | |||
"metadata": {} | |||
} | |||
] | |||
} |