##// END OF EJS Templates
Moving files to the top level of each directory.
Moving files to the top level of each directory.

File last commit:

r16113:87737521
r16113:87737521
Show More
Index.ipynb
60 lines | 1.4 KiB | text/plain | TextLexer
Jonathan Frederic
Cleanup examples...
r14724 {
"metadata": {
Brian E. Granger
Updating widgets/example/index
r16095 "name": "",
"signature": "sha256:80d852710c872fd0903d077bf8002d332c0e1256e0734573233e92c67684a321"
Jonathan Frederic
Cleanup examples...
r14724 },
"nbformat": 3,
"nbformat_minor": 0,
"worksheets": [
{
"cells": [
{
"cell_type": "heading",
"level": 1,
"metadata": {},
"source": [
Brian E. Granger
Updating widgets/example/index
r16095 "Widget Examples"
Jonathan Frederic
Cleanup examples...
r14724 ]
},
{
"cell_type": "heading",
"level": 2,
"metadata": {},
"source": [
Brian E. Granger
Updating widgets/example/index
r16095 "Examples of how to create a custom widget:"
Jonathan Frederic
Cleanup examples...
r14724 ]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
Brian E. Granger
Updating widgets/example/index
r16095 "- [Variable Inspector](Variable Inspector.ipynb) \n",
"- [Export As (nbconvert)](Export As (nbconvert%29.ipynb) \n",
"- [Nonblocking Console](Nonblocking Console.ipynb) \n",
"- [File Upload Widget](File Upload Widget.ipynb)"
Jonathan Frederic
Cleanup examples...
r14724 ]
},
{
"cell_type": "heading",
"level": 2,
"metadata": {},
"source": [
Brian E. Granger
Updating widgets/example/index
r16095 "Examples using `interact`/`interactive`"
Jonathan Frederic
Cleanup examples...
r14724 ]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
Brian E. Granger
Updating widgets/example/index
r16095 "* [Beat Frequencies](Beat Frequencies.ipynb)\n",
"* [Exploring Graphs](Exploring Graphs.ipynb)\n",
"* [Factoring](Factoring.ipynb)\n",
"* [Image Browser](Image Browser.ipynb)\n",
"* [Image Processing](Image Processing.ipynb)\n",
"* [Lorenz](Lorenz.ipynb)"
Jonathan Frederic
Cleanup examples...
r14724 ]
}
],
"metadata": {}
}
]
}