Jonathan Frederic
134413c89c
Fixed bug that prevented popup widget from displaying
2014-01-24 16:36:23 -08:00
Jonathan Frederic
ce461ec20a
Simplified variable inspector example
2014-01-24 16:35:46 -08:00
Jonathan Frederic
c807dd29e4
Prevent TextBox from blurring unless explicity by user.
2014-01-24 13:35:58 -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
3026ddb52b
Fixed bug in throttling code.
2014-01-24 12:32:19 -08:00
Min RK
64421304c0
Merge pull request #4826 from Carreau/no-html
...
some $.html( -> $.text(
2014-01-24 12:25:34 -08:00
Min RK
b5a85af6e5
Merge pull request #4847 from Carreau/js-kernel-info
...
add js kernel_info request
2014-01-24 12:20:12 -08:00
Matthias BUSSONNIER
e99756c6d5
mv kerneljs_test to kernel_test
2014-01-24 20:52:06 +01:00
Thomas Kluyver
535c676686
Merge pull request #4865 from cowlicks/patch-1
...
`build` listed twice in .gitignore. Removing one.
2014-01-24 10:46:32 -08:00
Jonathan Frederic
7c32616556
Moved keyboard_manager logic into a sep. function.
2014-01-24 10:39:06 -08:00
Blake Griffith
bdec44fcd8
build
listed twice in .gitignore. Removing one.
2014-01-24 12:37:48 -06:00
MinRK
2cbb633cb4
test displaying images with shape metadata
2014-01-23 15:38:19 -08:00
MinRK
f02b5bef21
fix setting image height/width from metadata
2014-01-23 15:38:13 -08:00
Matthias Bussonnier
3069c9086f
Merge pull request #4851 from minrk/tooltip-re
...
fix tooltip token regex for single-character names
2014-01-23 13:50:25 -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
dc9f81e75d
Fixed bug in selection widget tests.
2014-01-23 10:58:52 -08:00
Matthias BUSSONNIER
25e68b3a75
typo
2014-01-23 19:58:09 +01:00
Jonathan Frederic
e793d022b5
Callback dispatcher return callback value.
...
Also import it with the widgets namespace so it can be used elsewhere.
2014-01-23 10:52:33 -08:00
Jonathan Frederic
820d58c721
Updated examples 3-6
2014-01-23 10:52:14 -08:00
Matthias BUSSONNIER
03a2cb6535
fix js formatting
2014-01-23 19:31:35 +01:00
Matthias BUSSONNIER
4ecf5c8e5b
add kernel test
2014-01-23 19:08:56 +01:00
MinRK
848010e911
fix tooltip token regex for single-character names
...
closes #4808
2014-01-23 09:51:46 -08:00
Jonathan Frederic
00b39af9cf
Fixed type in container
...
._children was not being set... Instead the value was being returned (useless).
2014-01-23 09:12:05 -08:00
Matthias BUSSONNIER
f5fa732bd3
avoid injection in input prompt
2014-01-23 14:17:14 +01:00
Matthias Bussonnier
da001113fa
Merge pull request #7 from ivanov/no-html
...
make the JS test fail
2014-01-23 00:42:09 -08:00
Paul Ivanov
91706fc422
Merge pull request #4846 from takluyver/irunner-vestiges
...
Remove some leftover traces of irunner
2014-01-22 18:29:46 -08:00
Jonathan Frederic
91e82218a8
Changed selection widget API to use labels list
...
for mapping custom str reprs to items in the selection list
2014-01-22 17:15:10 -08:00
Jonathan Frederic
7aa51f46c4
Updated widget tutorials 1-2
2014-01-22 17:14:45 -08:00
Jonathan Frederic
7f12f35fea
Added code that removes the views when a model/widget is closed.
2014-01-22 16:28:17 -08:00
Jonathan Frederic
288b8a0ced
s/view_name/_view_name
2014-01-22 16:21:00 -08:00
Jonathan Frederic
2d13d05e9c
Replace O(N^2) algorithm with a faster one.
2014-01-22 16:14:20 -08:00
Jonathan Frederic
9e643f5692
Support multiple types in selection widget.
2014-01-22 15:53:58 -08:00
Jonathan Frederic
c9973a7114
Float widget views now inherit from int counterparts
2014-01-22 15:00:36 -08:00
Paul Ivanov
9b7c8b0473
make the JS test fail
2014-01-22 14:45:20 -08:00
Jonathan Frederic
2bb9ba9a9c
Adjusted throttling
2014-01-22 12:53:59 -08:00
Jonathan Frederic
9560b29beb
Removed float widget bound tests,
...
once the int widget inherits from the float, or vise-versa, the tests
will be covered by the int
2014-01-22 12:12:08 -08:00
Jonathan Frederic
1b8b6b3a88
Fixed bug where views child to other views would not have cell information
2014-01-22 12:04:53 -08:00
Jonathan Frederic
f06a0a7d5e
Fixed a couple more context typos
2014-01-22 11:31:01 -08:00
Jonathan Frederic
629d65da89
Fixed context errors and a couple of typos to get the tests working again
2014-01-22 11:16:50 -08:00
Matthias Bussonnier
39a128e2a1
Merge pull request #4844 from minrk/tornado-logs
...
adjustments to notebook app logging
Mainly add a log_request function (from nbviewer) for formatting tornado access logs.
Relevant effects:
demote successful access logs to DEBUG
demote kernel connect messages to DEBUG
which reduces the noise at INFO-level (default)
2014-01-22 00:50:44 -08:00
Matthias BUSSONNIER
98101f9c6c
add js kernel_info request
2014-01-22 09:01:13 +01:00
Matthias BUSSONNIER
cbe162297f
XSS casper test
2014-01-22 08:34:47 +01:00
Jonathan Frederic
99f3f5155e
Fixed some typos related to _.each loops
2014-01-21 17:23:12 -08:00
Jonathan Frederic
d7b86104b8
Fixed typo - else -> elif
2014-01-21 17:14:34 -08:00
Jonathan Frederic
046280b51a
s/ModalView/PopupView
2014-01-21 17:09:49 -08:00
Jonathan Frederic
7ce9f37b17
Made tests reflect changes to widget naming scheme.
2014-01-21 16:52:37 -08:00
Jonathan Frederic
10bd54bd30
Move js *RangeWidget code into *Widget
2014-01-21 16:49:35 -08:00
Jonathan Frederic
e323f64e6d
Create base widget classes
2014-01-21 16:44:57 -08:00
Jonathan Frederic
b432b4840f
Use CUnicode for width and height in ImageWidget
2014-01-21 16:33:49 -08:00