Thomas Kluyver
6163656f28
Merge pull request #6634 from minrk/select-contains
...
don't use contains in SelectWidget item_query
12 years ago
Jonathan Frederic
176529cce2
Make sure DOMWidget _css is set after basic style traits
12 years ago
Matthias Bussonnier
cfbd65d808
Merge pull request #6640 from jhamrick/ui-tour
...
Fix icons and typos in ui tour
12 years ago
Jessica B. Hamrick
27562308b1
Fix button alignment/size
12 years ago
Jonathan Frederic
60531c917f
Merge pull request #6481 from jdfreder/intvalidatefix
...
Fix bug in bounded int/float logic.
12 years ago
Jessica B. Hamrick
9ee37de1db
Fix icons and typos in ui tour
12 years ago
MinRK
845c7b4700
Check for Python errors in js tests
...
When running a cell in the js tests,
this checks for any errors and treats them as a failure.
Helps avoid confusion caused by silently ignoring failures in Python code.
12 years ago
MinRK
6740d0492e
don't use contains in SelectWidget item_query
...
gives false positive matches when some values are substrings of others
12 years ago
Manuel Riel
c5069fe1fd
remove redundant abs_path
12 years ago
Manuel Riel
fc59a1b927
use ContentManagers own is_hidden() function
12 years ago
Thomas Kluyver
825284bc6d
Remove superfluous error checking
12 years ago
Manuel Riel
28d4444def
2 checks for python2 and python3)
12 years ago
Manuel Riel
bb8e33d70d
fix bin-file test in ipython3
12 years ago
Manuel Riel
775ea55206
another shot at bin-tests on python3
12 years ago
Manuel Riel
e75cfa24df
make base64 decoding ipython3 compatible
12 years ago
Manuel Riel
c6d548fbeb
correctly handle base64 and json, improve bin-file test
12 years ago
Jonathan Frederic
438dc56ea6
Merge pull request #6617 from SylvainCorlay/selection
...
Selection Widgets: forcing 'value' to be in 'values'
12 years ago
Manuel Riel
dc352a334b
Use \xFF in bin file test
12 years ago
Manuel Riel
2268268a9d
add tests for file download via ContentsManager
12 years ago
Thomas Kluyver
590ba19ac3
Clean up some JS code
12 years ago
Thomas Kluyver
1ff846520b
Put callbacks for create_view and create_child_view in options
...
And add errback support
12 years ago
Thomas Kluyver
c4a9cf9020
Fix logic
12 years ago
Thomas Kluyver
09b10dcb86
Make changes suggested by @jdfreder
12 years ago
Thomas Kluyver
5953a3f874
Allow widget views to be loaded from require modules
...
This required refactoring things that create widget views to use
callbacks instead of return values.
12 years ago
Manuel Riel
36c1a145e9
add new FilesHandler class
12 years ago
Manuel Riel
2b4cbbfea2
add new FilesHandler to serve files from ContentsManager.
12 years ago
Matthias Bussonnier
e808d23594
Merge pull request #6607 from minrk/cluster-load-remove
...
remove deleted profiles from cluster list
12 years ago
Matthias Bussonnier
ffc574d4dd
Merge pull request #6596 from minrk/stream-text
...
msgspec 5: stream.data -> stream.text
12 years ago
Matthias Bussonnier
e504ea6d1f
Merge pull request #6608 from minrk/rm-delayed-callback
...
stop using deprecated DelayedCallback
12 years ago
Matthias Bussonnier
b0cecaf91b
Merge pull request #6606 from minrk/logname
...
use app name on tornado log statements
12 years ago
Sylvain Corlay
54a36e7369
forcing value to be in values
12 years ago
Jonathan Frederic
eef30e10c0
Merge pull request #6609 from SylvainCorlay/widgetcssclasses
...
Add semantic classes to top-level containers for single widgets
12 years ago
Jason Grout
7700848737
Add semantic classes to top-level containers for single widgets
...
This makes it much easier to customize all widgets of a certain type using
CSS. For example, to change just the IPython widget selects, a CSS
rule like .widget-select select {...} should work well.
12 years ago
MinRK
ee1d9d65f3
stop using deprecated DelayedCallback
...
in favor of simpler IOLoop.add_timeout
It was added in pyzmq, but deprecated in pyzmq-13.
12 years ago
MinRK
1f231f7b5a
remove deleted profiles from cluster list
12 years ago
MinRK
84a72ae87a
use app name on tornado log statements
...
avoids mixture of 'tornado.access' and 'NotebookApp'
12 years ago
Min RK
ed43a196b4
Merge pull request #6605 from SylvainCorlay/tooltip
...
Adding a tooltip in IPython buttons
12 years ago
Sylvain Corlay
8a384cd489
adding a tooltip in IPython buttons
12 years ago
Matthias Bussonnier
0d9db64180
Merge pull request #6582 from jdfreder/symmetric_state
...
Symmetric widget get/set_state
12 years ago
Matthias Bussonnier
eeb9cb0209
Merge pull request #6558 from jhamrick/kernel-start-failure
...
Handle kernel start failures more gracefully
12 years ago
Jessica B. Hamrick
1d6359f970
Use codemirror for error messages
12 years ago
Min RK
28edb94897
Merge pull request #6488 from jhamrick/lock-cells
...
Proof of concept for preventing cell deletion via metadata
12 years ago
MinRK
f69b1b15a3
msgspec 5: stream.data -> stream.text
12 years ago
Min RK
2565c5a921
Merge pull request #6592 from Carreau/html
...
use standard html
12 years ago
Bussonnier Matthias
0dcce32de7
use standard html
12 years ago
Min RK
0d9b7597c3
Merge pull request #6583 from takluyver/win-symlink-tsets
...
Windows symlink test fixes
12 years ago
Gordon Ball
48b6f53f51
Require base/js/keyboard and use keycode.enter
12 years ago
Matthias Bussonnier
2eba8ee216
Merge pull request #6584 from jhamrick/fix-js-tests
...
Fix ReferenceError in js tests
12 years ago
Jessica B. Hamrick
60b18ad23e
Fix ReferenceError in js tests, fixes #6542
12 years ago
Thomas Kluyver
645f542e2b
Interpret another error as missing symlink support on Windows
...
This occurs if the system and Python support symlinks, but the user does
not have permission to create them.
12 years ago