##// END OF EJS Templates
Moving index.ipynb
Brian E. Granger -
Show More
@@ -0,0 +1,69 b''
1 {
2 "metadata": {
3 "name": ""
4 },
5 "nbformat": 3,
6 "nbformat_minor": 0,
7 "worksheets": [
8 {
9 "cells": [
10 {
11 "cell_type": "heading",
12 "level": 1,
13 "metadata": {},
14 "source": [
15 "Widgets"
16 ]
17 },
18 {
19 "cell_type": "markdown",
20 "metadata": {},
21 "source": [
22 "This directory includes a tutorial and collection of examples related to the IPython notebook widget framework."
23 ]
24 },
25 {
26 "cell_type": "heading",
27 "level": 2,
28 "metadata": {},
29 "source": [
30 "Tutorial"
31 ]
32 },
33 {
34 "cell_type": "markdown",
35 "metadata": {},
36 "source": [
37 "- [Part 1 - Basics](Part 1 - Basics.ipynb) \n",
38 "- [Part 2 - Events](Part 2 - Events.ipynb) \n",
39 "- [Part 3 - Placement](Part 3 - Placement.ipynb) \n",
40 "- [Part 4 - Styles](Part 4 - Styles.ipynb) \n",
41 "- [Part 5 - Alignment](Part 5 - Alignment.ipynb) \n",
42 "- [Part 6 - Custom Widget](Part 6 - Custom Widget.ipynb) "
43 ]
44 },
45 {
46 "cell_type": "heading",
47 "level": 2,
48 "metadata": {},
49 "source": [
50 "Examples"
51 ]
52 },
53 {
54 "cell_type": "markdown",
55 "metadata": {},
56 "source": [
57 "- [Variable Inspector](Variable Inspector.ipynb) \n",
58 "- [Export As (nbconvert)](Export As (nbconvert%29.ipynb) \n",
59 "- [Nonblocking Console](Nonblocking Console.ipynb) \n",
60 "- [File Upload Widget](File Upload Widget.ipynb)\n",
61 "- [Interacting with Python code](Interact.ipynb)\n",
62 "- [Interacting with the Lorenz System](Lorenz.ipynb)"
63 ]
64 }
65 ],
66 "metadata": {}
67 }
68 ]
69 } No newline at end of file
1 NO CONTENT: file renamed from examples/Widgets/index.ipynb to examples/Widgets/Examples/Index.ipynb
NO CONTENT: file renamed from examples/Widgets/index.ipynb to examples/Widgets/Examples/Index.ipynb
General Comments 0
You need to be logged in to leave comments. Login now