Min RK
|
f30c03ccf1
|
move eventful to html.widgets.eventful
|
11 years ago |
Sylvain Corlay
|
3b200d388b
|
Move _unpack_models to widget.js and widget serialization to widget.py
|
11 years ago |
Min RK
|
74348798af
|
remove now-obsolete use of skip_doctest outside core
|
11 years ago |
Min RK
|
fcd28674f7
|
remove testing.tools.monkeypatch
use mock.patch.object instead
part 1 of reducing dependence on testing.tools
|
11 years ago |
Min RK
|
d41d074c1e
|
move DeprecatedClass to widgets, where it's used
avoids need to add warn to genutils
|
11 years ago |
Jonathan Frederic
|
0c278a050d
|
Merge pull request #7757 from jasongrout/custom-serialization
Custom serialization
|
11 years ago |
Min RK
|
0e42f2dad0
|
update traitlets test import in widgets
don't need to shim out private things like test modules
|
11 years ago |
Sylvain Corlay
|
5ee07346dd
|
Hold validation with context manager and validate slider
|
11 years ago |
Sylvain Corlay
|
1dbd95c4bc
|
allow_none=False by default for Type and Instance
|
11 years ago |
Jason Grout
|
15c29f685c
|
Change custom serialization to use custom models, rather than transmitting the serializer name across the wire
This separates the kernel and the js much more cleanly, and doesn't use as much space on the wire as well!
|
11 years ago |
Jason Grout
|
2193a21fc6
|
Delete unnecessary comment
|
11 years ago |
Jason Grout
|
a0ea58f768
|
Delete unused custom serializer
|
11 years ago |
Jason Grout
|
b2f775549d
|
Correct documentation
|
11 years ago |
Jason Grout
|
4ef0a23839
|
work-in-progress for custom js serializers
|
11 years ago |
Jonathan Frederic
|
4a7466b9e8
|
Dynamic traits.
|
11 years ago |
Sylvain Corlay
|
55246125e4
|
Adding readout for Valid widget
|
11 years ago |
Sylvain Corlay
|
c1a3e7f389
|
Valid widget
|
11 years ago |
Sylvain Corlay
|
5c0a797813
|
inherit from Unicode
|
11 years ago |
Sylvain Corlay
|
19768ba7a3
|
Move color trait type to the widget package
|
11 years ago |
Sylvain Corlay
|
7262de2216
|
Using the Color trait type for styling widgets
|
11 years ago |
Min RK
|
9ded491c97
|
Merge pull request #7708 from SylvainCorlay/allow_none
allow_none=False for all trait types but Instance and Type
|
11 years ago |
Jonathan Frederic
|
e09b83e910
|
Merge pull request #7725 from SylvainCorlay/fabutton
Adding font-awesome icon to button and toggle button
|
11 years ago |
Min RK
|
41e61d42a5
|
Merge pull request #7871 from takluyver/docs-misc-cleanup-feb15
Misc docs cleanup
|
11 years ago |
Sylvain Corlay
|
78d6a5023d
|
fix padding issue
|
11 years ago |
Jonathan Frederic
|
1fbbda5a14
|
Pad interact widgets.
|
11 years ago |
Thomas Kluyver
|
751de151e3
|
Clean up some docstring formatting for interact/interactive
|
11 years ago |
Sylvain Corlay
|
5c16ffe559
|
removing redundant allow_none=False
|
11 years ago |
Sylvain Corlay
|
a70b65b5b4
|
Font-awesome icons for toggle buttons
|
11 years ago |
Sylvain Corlay
|
829d25bdfd
|
Tooltips in togglebuttons
|
11 years ago |
Sylvain Corlay
|
da96d28620
|
font awesome icon
|
11 years ago |
Jonathan Frederic
|
b906cf0a8f
|
Revert "Use Output widget with Interact"
|
11 years ago |
Sylvain Corlay
|
f1cc2d1cc6
|
Allow a comparison operator 'equals' to be set for reverse lookup
|
11 years ago |
Nicholas Bollweg
|
6a372a4c66
|
squashing the whitespace changes
|
11 years ago |
Min RK
|
1a4aac0de0
|
Merge pull request #7554 from jdfreder/interact-fix
Use Output widget with Interact
|
11 years ago |
Thomas Kluyver
|
d3c9ea2c7f
|
Merge pull request #7468 from minrk/jslink
document and validate link, dlink
|
11 years ago |
Jonathan Frederic
|
7b8b8b7a1e
|
Fix interact test
|
11 years ago |
Min RK
|
2ad741a673
|
remove Link, DirectionalLink from widgets.__init__
only functions are part of the public API
|
11 years ago |
Min RK
|
0071563176
|
use jslink, jsdlink for frontend link functions
|
11 years ago |
Sylvain Corlay
|
64788624f5
|
Not using _**_changed handles anymore
|
11 years ago |
Jonathan Frederic
|
11b0dbfd25
|
Validation on the python side
|
11 years ago |
Jonathan Frederic
|
7a2439d1a0
|
Import `get_ipython` function
|
11 years ago |
Min RK
|
72630e7672
|
test widget link argument validation
|
11 years ago |
Jonathan Frederic
|
567183b154
|
Use output widget with interact
|
11 years ago |
Jonathan Frederic
|
e4b6ef57ec
|
Move get_ipython call into output widget constructor
|
11 years ago |
Min RK
|
3d96dfc6fb
|
Merge pull request #7523 from jdfreder/outputwidgetfix
Fix the output widget
|
11 years ago |
Min RK
|
ecb6dce489
|
add docstrings, validation to widget links
|
11 years ago |
Jonathan Frederic
|
c248211ed6
|
Don't build message twice.
|
11 years ago |
Jonathan Frederic
|
6eda2d80f9
|
Add support for Message class.
|
11 years ago |
Jonathan Frederic
|
273a8030d9
|
Hook the output the right way.
|
11 years ago |
Jonathan Frederic
|
526071cadb
|
Remove superfluous return
|
11 years ago |