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
Brian E. Granger
a0640a608f
Adding basic examples notebook about modal editing.
2014-01-10 10:00:06 -08:00
Thomas Kluyver
1e21f3295e
Polish test notebook
2014-01-06 12:15:18 -08:00
Thomas Kluyver
e5603e18ce
Improve Python 3 compatibility in example notebooks
2014-01-06 12:03:41 -08:00
Min RK
4ee44b3871
Merge pull request #4466 from minrk/pandoc-preamble
...
various pandoc latex fixes
- add missing declarations to latex_base (required for pandoc-highlighted code in markdown)
- fix ansi color in latex, which didn't work in a variety of ways.
closes #4245
2013-11-05 12:30:55 -08:00
Min RK
a1afcd92b4
Merge pull request #4398 from Carreau/no-tooltip-on-tab
...
[Notebook] Deactivate tooltip on tab by default.
2013-11-04 11:29:38 -08:00
MinRK
95efb7ae5b
use align environment, not aligned
...
aligned is only for when you are already inside a math environment (e.g. inside align)
2013-10-31 09:40:12 -07:00
Matthias BUSSONNIER
31bbac508b
Update some example notebook with Shift-Tab
2013-10-23 15:54:21 +02:00
MinRK
0e7f2831e4
test clear_output callback
2013-10-22 19:43:56 -07:00
MinRK
7f9832fb73
add output callbacks test notebook
...
This should be converted to js tests after the testing framework has been merged.
2013-10-22 19:43:55 -07:00
MinRK
cc41ab26c7
update raw_input in example notebook
2013-08-27 16:01:25 -07:00
MinRK
9c94c96bec
remove informal notes from importing example
2013-07-26 09:41:41 -07:00
MinRK
1c7002cd64
add Importing Notebooks example
2013-07-25 13:52:57 -07:00
MinRK
5c2bce3216
re-run example notebooks without %pylab
...
prefer `%matplotlib` and explicit imports
2013-07-18 13:25:33 -07:00
MinRK
9126384480
add ANSI color test notebook to examples/tests
2013-07-12 11:57:56 -07:00