##// END OF EJS Templates
Moving UI and rm Dashboard nb.
Brian E. Granger -
Show More
@@ -1,87 +1,87 b''
1 {
1 {
2 "metadata": {
2 "metadata": {
3 "name": "",
3 "name": "",
4 "signature": "sha256:a9f4b605a51f91e09f8e031235a0dd1b49a7056a2fecfec4b7f5bc6467f1e760"
4 "signature": "sha256:821e3fb6247e19e30b77c76a0cbfc520764bfac43c47716983ba0adbaebccebd"
5 },
5 },
6 "nbformat": 3,
6 "nbformat": 3,
7 "nbformat_minor": 0,
7 "nbformat_minor": 0,
8 "worksheets": [
8 "worksheets": [
9 {
9 {
10 "cells": [
10 "cells": [
11 {
11 {
12 "cell_type": "markdown",
12 "cell_type": "markdown",
13 "metadata": {},
13 "metadata": {},
14 "source": [
14 "source": [
15 "<img src=\"../images/ipython_logo.png\">"
15 "<img src=\"../images/ipython_logo.png\">"
16 ]
16 ]
17 },
17 },
18 {
18 {
19 "cell_type": "markdown",
19 "cell_type": "markdown",
20 "metadata": {},
20 "metadata": {},
21 "source": [
21 "source": [
22 "Back to the main [Index](../Index.ipynb)"
22 "Back to the main [Index](../Index.ipynb)"
23 ]
23 ]
24 },
24 },
25 {
25 {
26 "cell_type": "heading",
26 "cell_type": "heading",
27 "level": 1,
27 "level": 1,
28 "metadata": {},
28 "metadata": {},
29 "source": [
29 "source": [
30 "Notebook"
30 "Notebook"
31 ]
31 ]
32 },
32 },
33 {
33 {
34 "cell_type": "markdown",
34 "cell_type": "markdown",
35 "metadata": {},
35 "metadata": {},
36 "source": [
36 "source": [
37 "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)."
37 "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)."
38 ]
38 ]
39 },
39 },
40 {
40 {
41 "cell_type": "heading",
41 "cell_type": "heading",
42 "level": 2,
42 "level": 2,
43 "metadata": {},
43 "metadata": {},
44 "source": [
44 "source": [
45 "Tutorials"
45 "Tutorials"
46 ]
46 ]
47 },
47 },
48 {
48 {
49 "cell_type": "markdown",
49 "cell_type": "markdown",
50 "metadata": {},
50 "metadata": {},
51 "source": [
51 "source": [
52 "* [What is the IPython Notebook?](What is the IPython Notebook%3F.ipynb)\n",
52 "* [What is the IPython Notebook?](What is the IPython Notebook%3F.ipynb)\n",
53 "* [Running the Notebook Server](Running the Notebook Server.ipynb)\n",
53 "* [Running the Notebook Server](Running the Notebook Server.ipynb)\n",
54 "* [Notebook Dashboard](Notebook Dashboard.ipynb)\n",
54 "* [Notebook Dashboard](Notebook Dashboard.ipynb)\n",
55 "* [Notebook User Interface](Notebook User Interface.ipynb)\n",
55 "* [Notebook User Interface](Notebook User Interface.ipynb)\n",
56 "* [Custom Keyboard Shortcuts](Custom Keyboard Shortcuts.ipynb)\n",
56 "* [Running Code](Running Code.ipynb)\n",
57 "* [Working With Code Cells](Working With Code Cells.ipynb)\n",
58 "* [Basic Output](Basic Output.ipynb)\n",
57 "* [Basic Output](Basic Output.ipynb)\n",
59 "* [Working With Markdown Cells](Working With Markdown Cells.ipynb)\n",
58 "* [Working With Markdown Cells](Working With Markdown Cells.ipynb)\n",
59 "* [Custom Keyboard Shortcuts](Custom Keyboard Shortcuts.ipynb)\n",
60 "* [JavaScript Notebook Extensions](JavaScript Notebook Extensions.ipynb)\n",
60 "* [JavaScript Notebook Extensions](JavaScript Notebook Extensions.ipynb)\n",
61 "* [Notebook Security](Notebook Security.ipynb)\n",
61 "* [Notebook Security](Notebook Security.ipynb)\n",
62 "* [Converting Notebooks With nbconvert](Converting Notebooks With nbconvert.ipynb)\n",
62 "* [Converting Notebooks With nbconvert](Converting Notebooks With nbconvert.ipynb)\n",
63 "* [Using nbconvert as a Library](Using nbconvert as a Library.ipynb)"
63 "* [Using nbconvert as a Library](Using nbconvert as a Library.ipynb)"
64 ]
64 ]
65 },
65 },
66 {
66 {
67 "cell_type": "heading",
67 "cell_type": "heading",
68 "level": 2,
68 "level": 2,
69 "metadata": {},
69 "metadata": {},
70 "source": [
70 "source": [
71 "Examples"
71 "Examples"
72 ]
72 ]
73 },
73 },
74 {
74 {
75 "cell_type": "markdown",
75 "cell_type": "markdown",
76 "metadata": {},
76 "metadata": {},
77 "source": [
77 "source": [
78 "* [Importing Notebooks](Importing Notebooks.ipynb)\n",
78 "* [Importing Notebooks](Importing Notebooks.ipynb)\n",
79 "* [Connecting with the Qt Console](Connecting with the Qt Console.ipynb)\n",
79 "* [Connecting with the Qt Console](Connecting with the Qt Console.ipynb)\n",
80 "* [Typesetting Equations](Typesetting Equations.ipynb)"
80 "* [Typesetting Equations](Typesetting Equations.ipynb)"
81 ]
81 ]
82 }
82 }
83 ],
83 ],
84 "metadata": {}
84 "metadata": {}
85 }
85 }
86 ]
86 ]
87 } No newline at end of file
87 }
1 NO CONTENT: file renamed from examples/Notebook/Notebook User Interface.ipynb to examples/Notebook/Notebook Basics.ipynb
NO CONTENT: file renamed from examples/Notebook/Notebook User Interface.ipynb to examples/Notebook/Notebook Basics.ipynb
1 NO CONTENT: file was removed
NO CONTENT: file was removed
General Comments 0
You need to be logged in to leave comments. Login now