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
0071563176
use jslink, jsdlink for frontend link functions
11 years ago
Min RK
72630e7672
test widget link argument validation
11 years ago
Min RK
0f6685acf0
test that custom description doesn't change kwarg
11 years ago
Min RK
ec1adebc1e
allow interact(instancemethod)
...
objects that can't have `.widget` attribute assigned
are wrapped in a lambda
11 years ago
Jonathan Frederic
01a6929c0d
Fix faulty interact tests
11 years ago
Thomas Kluyver
f420cdf3e7
Make comm_manager a property of kernel, not shell
11 years ago
Matthias Bussonnier
684d739d92
Merge pull request #6520 from minrk/comm-default
...
avoid copious warnings in interact tests
11 years ago
MinRK
ec4d3597c7
avoid copious warnings in interact tests
...
comm was mocked out, but in a way that makes traitlets complain
11 years ago
Gordon Ball
48e1a0b2bc
s/choose/manual/g
11 years ago
Gordon Ball
859e9f5261
Change from on_demand kwarg to interact_choose function
12 years ago
Gordon Ball
8296f24904
Merge master
12 years ago
Gordon Ball
a096d01310
Test case for setting only lower or upper, no sensible default so should be an error
12 years ago
Gordon Ball
b8c0afbb55
Merge master
12 years ago
Gordon Ball
05f07f1f71
Add a number of extra tests for the range widgets
12 years ago
Jonathan Frederic
170b13102e
Fix interact tests for rename
12 years ago
Gordon Ball
bfd029f5ab
Remove tests for 4-5 tuples, add tests for validate logic
12 years ago
Gordon Ball
7e4cd6abc1
Add tests for the on_demand option
12 years ago
Gordon Ball
c85155b25d
Add some tests for the 4-5 int/float form in interact()
12 years ago
Jessica B. Hamrick
287e9a5cbd
Add tests for default/custom description
12 years ago
MinRK
62f318c777
undo failed changes
...
before raising
otherwise, invalid values were still accepted
12 years ago
MinRK
b51cc50357
further tests for default values in interact
...
both valid and invalid
12 years ago
MinRK
8a2d92010a
set default value from signature defaults in interact
...
If available, use the default value from the signature for the initial condition,
when using range/choice abbreviations.
Not affected:
- single-value abbreviations (`@interact(a=5)` sets `a=5`)
- explicit Widgets
12 years ago
MinRK
813e32dfea
set readout=True as default on SliderWidgets
12 years ago
MinRK
7861bee65f
test widget interaction (Python)
12 years ago
Brian E. Granger
dd9a6efaed
Utter interact insanity.
...
This involves a bunch of really complicated logic to handle the
different ways that function parameters can be processed in Python.
Most importantly, this includes support for *args in interact.
12 years ago