Skip to content

Commit

Permalink
Update links
Browse files Browse the repository at this point in the history
  • Loading branch information
jdfreder committed Jul 4, 2014
1 parent 8f301ce commit af5ba40
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 24 deletions.
16 changes: 8 additions & 8 deletions Index - Basic.ipynb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"metadata": {
"name": "",
"signature": "sha256:92936db094a7706b5ec6bb7ea969e77b3e643810b6c7234734c93f99164a09f9"
"signature": "sha256:be2c91992ab52feb9225785bf39d4f52c3a86d516714038dd412d67341331e8e"
},
"nbformat": 3,
"nbformat_minor": 0,
Expand All @@ -25,13 +25,13 @@
"* A quick [installation check](http://ipython.org/install.html)\n",
"* An overview of the IPython project from [the official website](http://ipython.org).\n",
"* Super basic intro to the notebook: typing code.\n",
"* [Notebook Basics](../examples/Notebook/Notebook Basics.ipynb)\n",
"* [IPython - beyond plain python](../examples/IPython Kernel/Beyond Plain Python.ipynb)\n",
"* [Markdown Cells](../examples/Notebook/Working With Markdown Cells.ipynb)\n",
"* [Rich Display System](../examples/IPython Kernel/Rich Output.ipynb)\n",
"* [Introduction to Interactive Javascript Widgets](../examples/Interactive Widgets/Using Interact.ipynb)\n",
"* [Customizing IPython - a condensed version](Customization/Condensed.ipynb)\n",
"* [Running a Secure Public Notebook Server](../examples/Notebook/Running%20the%20Notebook%20Server.ipynb#Securing-the-notebook-server)"
"* [Notebook Basics](examples/Notebook/Notebook Basics.ipynb)\n",
"* [IPython - beyond plain python](examples/IPython Kernel/Beyond Plain Python.ipynb)\n",
"* [Markdown Cells](examples/Notebook/Working With Markdown Cells.ipynb)\n",
"* [Rich Display System](examples/IPython Kernel/Rich Output.ipynb)\n",
"* [Introduction to Interactive Javascript Widgets](examples/Interactive Widgets/Using Interact.ipynb)\n",
"* [Customizing IPython - a condensed version](exercises/Customization/Condensed.ipynb)\n",
"* [Running a Secure Public Notebook Server](examples/Notebook/Running%20the%20Notebook%20Server.ipynb#Securing-the-notebook-server)"
]
},
{
Expand Down
32 changes: 16 additions & 16 deletions Index - Interactive Widgets.ipynb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"metadata": {
"name": "",
"signature": "sha256:d500c1692e7d8a74780fb46ca80fe919baeef617a2aa590bc337481710601cac"
"signature": "sha256:3419f38ef385755f602004d4c0b2067fee4eb6202ea33951413965a458732407"
},
"nbformat": 3,
"nbformat_minor": 0,
Expand Down Expand Up @@ -60,9 +60,9 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"* [What is the IPython Notebook?](../examples/Notebook/What%20is%20the%20IPython%20Notebook%3F.ipynb)\n",
"* [Notebook Basics](../examples/Notebook/Notebook Basics.ipynb)\n",
"* [Notebook Exercises](Notebook/Notebook Exercises.ipynb)"
"* [What is the IPython Notebook?](examples/Notebook/What%20is%20the%20IPython%20Notebook%3F.ipynb)\n",
"* [Notebook Basics](examples/Notebook/Notebook Basics.ipynb)\n",
"* [Notebook Exercises](exercises/Notebook/Notebook Exercises.ipynb)"
]
},
{
Expand All @@ -77,10 +77,10 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"* [Rich Output](../examples/IPython Kernel/Rich Output.ipynb)\n",
"* [Rich Output Exercises](IPython Kernel/Rich Output Exercises.ipynb)\n",
"* [Custom Display Logic](../examples/IPython Kernel/Custom Display Logic.ipynb)\n",
"* [Custom Display Logic Exercises](IPython Kernel/Custom Display Logic Exercises.ipynb)"
"* [Rich Output](examples/IPython Kernel/Rich Output.ipynb)\n",
"* [Rich Output Exercises](exercises/IPython Kernel/Rich Output Exercises.ipynb)\n",
"* [Custom Display Logic](examples/IPython Kernel/Custom Display Logic.ipynb)\n",
"* [Custom Display Logic Exercises](exercises/IPython Kernel/Custom Display Logic Exercises.ipynb)"
]
},
{
Expand All @@ -95,14 +95,14 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"* [Using Interact](../examples/Interactive Widgets/Using Interact.ipynb)\n",
"* [Interact Exercises](Interactive Widgets/Interact Exercises.ipynb)\n",
"* [Introduction to Widgets](../examples/Interactive Widgets/Widget Basics.ipynb)\n",
"* [Quick list of Widgets](../examples/Interactive Widgets/Widget List.ipynb)\n",
"* [Widget Events](../examples/Interactive Widgets/Widget Events.ipynb)\n",
"* [Widget Styling](../examples/Interactive Widgets/Widget Styling.ipynb)\n",
"* [Custom Widget: Hello World](../examples/Interactive Widgets/Custom Widget - Hello World.ipynb)\n",
"* [Widget Exercises](Interactive Widgets/Widget Exercises.ipynb)"
"* [Using Interact](examples/Interactive Widgets/Using Interact.ipynb)\n",
"* [Interact Exercises](exercises/Interactive Widgets/Interact Exercises.ipynb)\n",
"* [Introduction to Widgets](examples/Interactive Widgets/Widget Basics.ipynb)\n",
"* [Quick list of Widgets](examples/Interactive Widgets/Widget List.ipynb)\n",
"* [Widget Events](examples/Interactive Widgets/Widget Events.ipynb)\n",
"* [Widget Styling](examples/Interactive Widgets/Widget Styling.ipynb)\n",
"* [Custom Widget: Hello World](examples/Interactive Widgets/Custom Widget - Hello World.ipynb)\n",
"* [Widget Exercises](exercises/Interactive Widgets/Widget Exercises.ipynb)"
]
}
],
Expand Down

0 comments on commit af5ba40

Please sign in to comment.