mirror of
https://github.com/jupyter/notebook.git
synced 2025-03-13 13:17:50 +08:00
Creating overall structure and organization.
This commit is contained in:
parent
fd53a306c4
commit
25beae438f
9
examples/Notebook/Custom Keyboard Shortcuts.ipynb
Normal file
9
examples/Notebook/Custom Keyboard Shortcuts.ipynb
Normal file
@ -0,0 +1,9 @@
|
||||
{
|
||||
"metadata": {
|
||||
"name": "",
|
||||
"signature": "sha256:0abf067a20ebda26a671db997ac954770350d292dff7b7d6a4ace8808f70aca1"
|
||||
},
|
||||
"nbformat": 3,
|
||||
"nbformat_minor": 0,
|
||||
"worksheets": []
|
||||
}
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"metadata": {
|
||||
"name": "",
|
||||
"signature": "sha256:c9fdf35bcd07c381b988af18346fceeb08107ce216817e4bd398641e9c93ecc1"
|
||||
"signature": "sha256:c81ae6aa03abb91a6a64807c6cd7dae22f140f16780d54f0eb4beb3b1f8606aa"
|
||||
},
|
||||
"nbformat": 3,
|
||||
"nbformat_minor": 0,
|
||||
@ -49,14 +49,14 @@
|
||||
"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)"
|
||||
"* [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)"
|
||||
]
|
||||
},
|
||||
{
|
||||
@ -71,13 +71,19 @@
|
||||
"cell_type": "markdown",
|
||||
"metadata": {},
|
||||
"source": [
|
||||
"* [Trapezoid Rule](Trapezoid Rule.ipynb)\n",
|
||||
"* [SymPy](SymPy.ipynb)\n",
|
||||
"* [Raw Input](Raw Input.ipynb)\n",
|
||||
"* [Custom Keyboard Shortcuts](Custom Keyboard Shortcuts.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)"
|
||||
"* [Typesetting Equations](Typesetting Equations.ipynb)"
|
||||
]
|
||||
},
|
||||
{
|
||||
"cell_type": "code",
|
||||
"collapsed": false,
|
||||
"input": [],
|
||||
"language": "python",
|
||||
"metadata": {},
|
||||
"outputs": []
|
||||
}
|
||||
],
|
||||
"metadata": {}
|
||||
|
9
examples/Notebook/Running the Notebook Server.ipynb
Normal file
9
examples/Notebook/Running the Notebook Server.ipynb
Normal file
@ -0,0 +1,9 @@
|
||||
{
|
||||
"metadata": {
|
||||
"name": "",
|
||||
"signature": "sha256:0abf067a20ebda26a671db997ac954770350d292dff7b7d6a4ace8808f70aca1"
|
||||
},
|
||||
"nbformat": 3,
|
||||
"nbformat_minor": 0,
|
||||
"worksheets": []
|
||||
}
|
9
examples/Notebook/What is the IPython Notebook?.ipynb
Normal file
9
examples/Notebook/What is the IPython Notebook?.ipynb
Normal file
@ -0,0 +1,9 @@
|
||||
{
|
||||
"metadata": {
|
||||
"name": "",
|
||||
"signature": "sha256:0abf067a20ebda26a671db997ac954770350d292dff7b7d6a4ace8808f70aca1"
|
||||
},
|
||||
"nbformat": 3,
|
||||
"nbformat_minor": 0,
|
||||
"worksheets": []
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user