Brian E. Granger
55cddce784
Fixing interact imports.
2014-02-06 17:06:05 -08:00
Thomas Kluyver
a96c228554
Get widgets from function annotations and default arguments.
...
Also, preserve the order of function parameters from the signature where
possible.
This uses a backport of the Python 3.3 signature machinery that @minrk
found and improved.
2014-02-06 17:06:05 -08:00
Brian E. Granger
93047f1d3c
Updating interact to work with latest state of widgets.
2014-02-06 17:06:04 -08:00
Brian E. Granger
faebb43e01
Updating interact to new APIs.
2014-02-06 17:06:04 -08:00
Brian E. Granger
0cf8002ebf
Adding Interact and Lorenz examples.
2014-02-06 17:06:04 -08:00
Jonathan Frederic
75b148d40b
Renamed widgets...
...
TextWidget, TextareaWidget, CheckboxWidget, and SelectWidget
2014-01-28 12:51:24 -08:00
MinRK
32d6f11b33
review pass on widget examples
2014-01-26 18:00:41 -08:00
Jonathan Frederic
ce461ec20a
Simplified variable inspector example
2014-01-24 16:35:46 -08:00
Jonathan Frederic
d0b6e2a63d
Updated cell numbering in console example.
2014-01-24 12:40:43 -08:00
Jonathan Frederic
e4b3f24c76
Fixed some more example files (see list below)...
...
Export As (nbconvert).ipynb
File Upload Widget.ipynb
Nonblocking Console.ipynb
index.ipynb
2014-01-24 12:33:54 -08:00
Jonathan Frederic
59b41ca5fe
Cleanup examples
...
- Fixed output numbering.
- Multiple typo fixes.
- Added index notebook.
- Added easy navigation to tutorials (next and back links).
2014-01-23 13:06:18 -08:00
Jonathan Frederic
820d58c721
Updated examples 3-6
2014-01-23 10:52:14 -08:00
Jonathan Frederic
7aa51f46c4
Updated widget tutorials 1-2
2014-01-22 17:14:45 -08:00
Jason Grout
840577ffc7
update example notebooks
2014-01-17 15:10:59 +00:00
Jason Grout
0f508eba6d
Example notebooks updated.
2014-01-16 10:57:11 +00:00
Jason Grout
ad1e23bfc2
Intermediate changes to javascript side of backbone widgets
2014-01-16 10:57:10 +00:00
Jonathan Frederic
1b02e8f607
Add ImageWidget
2014-01-16 10:57:07 +00:00
Jonathan Frederic
a6e5ec942c
Added LatexView
2014-01-16 10:57:07 +00:00
Jonathan Frederic
b656f34c48
s/LabelView/HTMLView
2014-01-16 10:57:07 +00:00
Jonathan Frederic
f364ee0cd8
Updated View list in example notebook (+ModalView)
2014-01-16 10:57:05 +00:00
Jonathan Frederic
2d536f64f5
Widget examples Python 3.x compatability.
2014-01-16 10:57:04 +00:00
Jonathan Frederic
61865bc246
Updated events example to reflect changes to button.
2014-01-16 10:57:03 +00:00
Jonathan Frederic
b7e1797fd2
Added an example of how to create non-blocking widget code
2014-01-16 10:57:03 +00:00
Jonathan Frederic
eaea930667
Added ListBoxView
2014-01-16 10:57:01 +00:00
Jonathan Frederic
a935805e96
Added Export As button
...
calls nbconvert...
2014-01-16 10:57:00 +00:00
Jonathan Frederic
f286e1bb4d
Added Variable Inspector example
2014-01-16 10:57:00 +00:00
Jonathan Frederic
8502b2c182
Remove init_widget_js, use require.js for everything
...
Updated examples
Fixed bug with message throttling
2014-01-16 10:56:59 +00:00
Jonathan Frederic
3a82e45804
Added an example that shows how to make a custom date picker widget
2014-01-16 10:56:59 +00:00
Jonathan Frederic
930e5c70be
FileUploadWidget- Removed backbone events line, added headers
2014-01-16 10:56:59 +00:00
Jonathan Frederic
faa45751c1
Updated comments in File Upload Widget example.
2014-01-16 10:56:59 +00:00
Jonathan Frederic
3a3c71c0b1
Added File Upload Widget example for Chris Kees
2014-01-16 10:56:59 +00:00
Jonathan Frederic
acb4518d01
Renamed notebooks to match naming scheme of other notebooks
2014-01-16 10:56:04 +00:00
Jonathan Frederic
cecac5867f
Moved widgets folder out of notebooks subfolder
2014-01-16 10:56:04 +00:00
Jonathan Frederic
05fe432f4b
Remove old directview widget example
...
decided with @ellisonbg
2014-01-16 10:56:04 +00:00
Brian Granger
27d5b1b8cb
Moving examples to the top level.
2013-01-19 14:22:22 -08:00