mirror of
https://github.com/jupyter/notebook.git
synced 2025-04-24 14:20:54 +08:00
Lots of documentation work.
This commit is contained in:
parent
c2c365cb35
commit
ec0127267e
73
examples/Notebook/Index.ipynb
Normal file
73
examples/Notebook/Index.ipynb
Normal file
@ -0,0 +1,73 @@
|
||||
{
|
||||
"metadata": {
|
||||
"name": "",
|
||||
"signature": "sha256:ef5ecdf40e119cd6da50579d4d594dc74cb8c063a74b3f3f8f76834b783f750e"
|
||||
},
|
||||
"nbformat": 3,
|
||||
"nbformat_minor": 0,
|
||||
"worksheets": [
|
||||
{
|
||||
"cells": [
|
||||
{
|
||||
"cell_type": "markdown",
|
||||
"metadata": {},
|
||||
"source": [
|
||||
"<img src=\"../images/ipython_logo.png\">"
|
||||
]
|
||||
},
|
||||
{
|
||||
"cell_type": "heading",
|
||||
"level": 1,
|
||||
"metadata": {},
|
||||
"source": [
|
||||
"IPython Notebook"
|
||||
]
|
||||
},
|
||||
{
|
||||
"cell_type": "heading",
|
||||
"level": 2,
|
||||
"metadata": {},
|
||||
"source": [
|
||||
"Tutorials"
|
||||
]
|
||||
},
|
||||
{
|
||||
"cell_type": "markdown",
|
||||
"metadata": {},
|
||||
"source": [
|
||||
"* [User Interface](User Interface.ipynb)\n",
|
||||
"* [Running Code](Running Code.ipynb)\n",
|
||||
"* [Basic Output](Basic Output.ipynb)\n",
|
||||
"* [Plotting with Matplotlib](Plotting with Matplotlib.ipynb)\n",
|
||||
"* [Markdown Cells](Markdown Cells.ipynb)\n",
|
||||
"* [Typesetting Math Using MathJax](Typesetting Math Using MathJax.ipynb)\n",
|
||||
"* [Display System](Display System.ipynb)\n",
|
||||
"* [Custom Display Logic](Custom Display Logic.ipynb)"
|
||||
]
|
||||
},
|
||||
{
|
||||
"cell_type": "heading",
|
||||
"level": 2,
|
||||
"metadata": {},
|
||||
"source": [
|
||||
"Examples"
|
||||
]
|
||||
},
|
||||
{
|
||||
"cell_type": "markdown",
|
||||
"metadata": {},
|
||||
"source": [
|
||||
"* [Trapezoid Rule](Trapezoid Rule.ipynb)\n",
|
||||
"* [SymPy](SymPy.ipynb)\n",
|
||||
"* [Raw Input](Raw Input.ipynb)\n",
|
||||
"* [Progress Bars](Progress Bars.ipynb)\n",
|
||||
"* [Importing Notebooks](Importing Notebooks.ipynb)\n",
|
||||
"* [Connecting with the Qt Console](Connecting with the Qt Console.ipynb)\n",
|
||||
"* [Animations Using clear_output](Animations Using clear_output.ipynb)"
|
||||
]
|
||||
}
|
||||
],
|
||||
"metadata": {}
|
||||
}
|
||||
]
|
||||
}
|
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
@ -1,19 +1,26 @@
|
||||
{
|
||||
"metadata": {
|
||||
"name": "",
|
||||
"signature": "sha256:80d852710c872fd0903d077bf8002d332c0e1256e0734573233e92c67684a321"
|
||||
"signature": "sha256:09ffc895c9a111a5040efba2cb04a59cc8703bf86fa84e20e05c07da46112646"
|
||||
},
|
||||
"nbformat": 3,
|
||||
"nbformat_minor": 0,
|
||||
"worksheets": [
|
||||
{
|
||||
"cells": [
|
||||
{
|
||||
"cell_type": "markdown",
|
||||
"metadata": {},
|
||||
"source": [
|
||||
"<img src=\"../images/ipython_logo.png\">"
|
||||
]
|
||||
},
|
||||
{
|
||||
"cell_type": "heading",
|
||||
"level": 1,
|
||||
"metadata": {},
|
||||
"source": [
|
||||
"Widget Examples"
|
||||
"Interactive JavaScript Widgets"
|
||||
]
|
||||
},
|
||||
{
|
||||
@ -21,7 +28,28 @@
|
||||
"level": 2,
|
||||
"metadata": {},
|
||||
"source": [
|
||||
"Examples of how to create a custom widget:"
|
||||
"Tutorials"
|
||||
]
|
||||
},
|
||||
{
|
||||
"cell_type": "markdown",
|
||||
"metadata": {},
|
||||
"source": [
|
||||
"- [Using Interact](Using Interact.ipynb)\n",
|
||||
"- [Widgets Overview](Widgets Overview.ipynb) \n",
|
||||
"- [Widget Events](Widget Events.ipynb) \n",
|
||||
"- [Widget Placement](Widget Placement.ipynb) \n",
|
||||
"- [Widget Styles](Widget Styles.ipynb) \n",
|
||||
"- [Widget Alignment](Widget Alignment.ipynb) \n",
|
||||
"- [Custom Widgets](Custom Widgets.ipynb)"
|
||||
]
|
||||
},
|
||||
{
|
||||
"cell_type": "heading",
|
||||
"level": 2,
|
||||
"metadata": {},
|
||||
"source": [
|
||||
"Examples of custom widgets"
|
||||
]
|
||||
},
|
||||
{
|
||||
@ -51,7 +79,7 @@
|
||||
"* [Factoring](Factoring.ipynb)\n",
|
||||
"* [Image Browser](Image Browser.ipynb)\n",
|
||||
"* [Image Processing](Image Processing.ipynb)\n",
|
||||
"* [Lorenz](Lorenz.ipynb)"
|
||||
"* [Lorenz Differential Equations](Lorenz Differential Equations.ipynb)"
|
||||
]
|
||||
}
|
||||
],
|
||||
|
Before Width: | Height: | Size: 9.0 KiB After Width: | Height: | Size: 9.0 KiB |
Loading…
x
Reference in New Issue
Block a user