Commit Graph

111 Commits

Author SHA1 Message Date
Brian E. Granger
2cf4e3ab64 Adding back links. 2014-03-30 12:05:09 -07:00
Brian E. Granger
ec0127267e Lots of documentation work. 2014-03-30 12:00:22 -07:00
Brian E. Granger
c2c365cb35 Moving /examples/tests to tools/tests 2014-03-30 10:33:25 -07:00
Brian E. Granger
afdaf0f8e3 Moving files to the top level of each directory. 2014-03-30 10:26:35 -07:00
Brian E. Granger
2dd9d42d4f Updating nb tutorials 2014-03-30 10:18:10 -07:00
Brian E. Granger
2d7644e148 Moving images 2014-03-30 10:18:10 -07:00
Brian E. Granger
78d5a9dbef Renames 2014-03-30 10:18:10 -07:00
Brian E. Granger
08572034b5 Minor changes to nb examples 2014-03-30 10:18:09 -07:00
Brian E. Granger
96d40d6136 Moving 2014-03-30 10:18:09 -07:00
Brian E. Granger
6e62ab2eb4 Work on widget tutorials 2014-03-30 10:18:09 -07:00
Brian E. Granger
26b0f5d510 Renames and index work 2014-03-30 10:18:09 -07:00
Brian E. Granger
417b562f6c Renames 2014-03-30 10:18:08 -07:00
Brian E. Granger
bee0a9a1e6 Updating widgets/example/index 2014-03-30 10:18:08 -07:00
Brian E. Granger
083caa9f1e Moving index.ipynb 2014-03-30 10:18:08 -07:00
Brian E. Granger
f78c95250b Moving interact tutorial. 2014-03-30 10:18:08 -07:00
Brian E. Granger
aa5665e1cd Refactoring interact examples. 2014-03-30 10:18:08 -07:00
Brian E. Granger
890f6961ef Moving examples 2014-03-30 10:18:07 -07:00
Brian E. Granger
340f6a93e9 Moving 2014-03-30 10:18:07 -07:00
Brian E. Granger
d3294f1388 Splitting notebooks. 2014-03-30 10:18:07 -07:00
Brian E. Granger
04ede20f8f Rename 2014-03-30 10:18:07 -07:00
Brian E. Granger
3acb3bb136 Consolidating images. 2014-03-30 10:18:06 -07:00
Brian E. Granger
f12e56c5d4 Moving nb import example. 2014-03-30 10:18:05 -07:00
Brian E. Granger
15b5b99e87 Moving tutorials. 2014-03-30 10:18:05 -07:00
Brian E. Granger
e77493269e Moving Math typsetting nb 2014-03-30 10:18:04 -07:00
Brian E. Granger
7740164527 Moving User Interface nb 2014-03-30 10:18:04 -07:00
Brian E. Granger
46ba7b7c3a Moving widgets->Widgets 2014-03-30 10:14:57 -07:00
Brian E. Granger
87b2e609a5 Moving notebooks->Notebook 2014-03-30 10:14:56 -07:00
Hans Meine
b771250c7e give hint on where to find custom.js 2014-03-13 07:53:57 +01:00
Brian E. Granger
0edcbf4d6a Fixing the rest of the widget paths (widgets/js). 2014-03-07 14:15:11 -08:00
epifanio
95ff7bbfd5 Update File Upload Widget.ipynb 2014-03-07 14:15:11 -08:00
epifanio
6300469ec3 Update File Upload Widget.ipynb 2014-03-07 14:15:11 -08:00
epifanio
4011597009 Update Part 6 - Custom Widget.ipynb
changed the path to :  widgets/js/widget
2014-03-07 14:15:11 -08:00
Paul Ivanov
06e5858ee2 lower case names for keys 2014-03-05 21:08:24 -08:00
Paul Ivanov
cc9e8e690e a less jarring color 2014-02-28 20:01:48 -08:00
Paul Ivanov
1b41d3ae4d try to have buttons render properly on nbviewer 2014-02-28 20:01:48 -08:00
Paul Ivanov
77165ad97a add toolbar highlighting on hover 2014-02-28 20:01:47 -08:00
Paul Ivanov
0cef349751 adding visual interrupt button 2014-02-28 20:01:47 -08:00
Paul Ivanov
f9eddd6a8f adding visual play button 2014-02-28 20:01:47 -08:00
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