Jonathan Frederic
f981625bbd
Removed 'list' view
...
Only provide 'details' view
2014-02-13 09:36:24 -08:00
Brian E. Granger
3f47f6287b
Merge pull request #5066 from minrk/pylab-examples
...
remove (almost) all mentions of pylab from our examples
2014-02-08 22:59:27 -08:00
MinRK
86a478fd9c
use mpl showcase instead of pylab examples
...
for %load
2014-02-07 16:10:03 -08:00
Thomas Kluyver
5173de4a3b
Add example of using annotations in interact
...
The reason for using annotations is to use the syntax - our decorator
has no advantages over passing kwargs to interact[ive]. So this adds a
proper demo, with a 'Python 3 only' subheading.
2014-02-07 16:09:00 -08:00
MinRK
6428f87e21
add Interact notebooks to widget index.ipynb
2014-02-07 15:22:31 -08:00
MinRK
8baf62ee65
update pass on Interact example notebooks
...
forgot to check Lorenz before merging the interact PR
and change the w.kwargs example in Interact to one without image data
2014-02-07 15:19:15 -08:00
MinRK
d2f2cf4b0c
another pass on Interact example
...
after recent API changes
2014-02-07 14:52:24 -08:00
MinRK
81281d6205
update Interact example notebook
...
- use %matplotlib, not %pylab
- use non-identical graph generators in networks example
2014-02-06 17:06:06 -08:00
Brian E. Granger
88fb17b182
Adding const pseudo-widget for fixing arguments to interact.
2014-02-06 17:06:06 -08:00
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
Jonathan Frederic
f95d6168ae
Uploaded widget tutorial (example) notebooks.
2014-01-16 10:56:04 +00:00
Carlos Cordoba
91a7ee984a
Fix "Source" text for the "Other Syntax" section of the notebook
...
Before it was shown as the "Display" one because of a missing end of
line.
2014-01-10 23:32:57 -05:00
Brian E. Granger
9eae59d8e4
Opps forgot some CSS.
2014-01-10 16:48:57 -08:00
Brian E. Granger
916951481b
Updating CSS for UI example.
2014-01-10 16:43:30 -08:00
Brian E. Granger
d8db72564a
Merge pull request #3605 from ellisonbg/newux
...
Modal UI - a whole new world of fun....its like vim, but not!
2014-01-10 16:10:25 -08:00
Brian E. Granger
06d40366aa
Work on shortcuts and examples notebook.
2014-01-10 12:48:56 -08:00
Brian E. Granger
dec01f5365
Fixing links and text of User Experience notebook.
2014-01-10 10:12:14 -08:00