Kyle Kelley
88657b8d3b
Clone ipython/ipython directly
2014-09-24 16:12:20 -07:00
Kyle Kelley
3db038faed
Try out setup.py submodule
2014-09-24 16:12:20 -07:00
Kyle Kelley
b4e8ee3101
Submodule updating, comments
2014-09-24 16:12:20 -07:00
Kyle Kelley
3231bfe2f6
Instructions inside the Dockerfile
2014-09-24 16:12:20 -07:00
Kyle Kelley
73f75ab4fb
install direct dependencies, kernels
2014-09-24 16:12:20 -07:00
Kyle Kelley
70f63744f2
Dockerfile to track the latest master
2014-09-24 16:12:20 -07:00
Thomas Kluyver
41c2cdeeff
Make interact example compatible with Python 3
...
Also cleared all output, because for now the notebook has to be run to
illustrate anything. And updated a couple of out of date names.
2014-09-24 15:46:50 -07:00
Matthias Bussonnier
684d739d92
Merge pull request #6520 from minrk/comm-default
...
avoid copious warnings in interact tests
2014-09-24 13:44:58 +02:00
Sylvain Corlay
fb336de4ed
register bare views
2014-09-23 21:11:39 -04:00
Brian E. Granger
4ec1a3b41e
Merge pull request #6235 from jdfreder/addclass
...
Remove add/remove_class and set/get_css.
2014-09-23 16:28:50 -07:00
Jonathan Frederic
9f3dfbc56c
Fix slidercolor on widget construction
2014-09-23 16:15:13 -07:00
Jonathan Frederic
d4d554052e
Address problems found in in-person review
2014-09-23 15:18:00 -07:00
Jonathan Frederic
4685de14b7
Update examples, fixing bugs found in review.
2014-09-23 14:21:47 -07:00
Brian E. Granger
1e8b4ee586
Merge pull request #6051 from chronitis/interact-widget-on-demand
...
Interact on_demand option
2014-09-23 14:02:12 -07:00
Min RK
daeed8122a
Merge pull request #6529 from Carreau/marrijnhmirror
...
codemirror repo moved, update links in comments
2014-09-23 11:38:22 -07:00
Matthias Bussonnier
95dc60a6f1
Merge pull request #6522 from fperez/mailmap-fix
...
Fix mailmap entries for @jasongrout and @SylvainCorlay
2014-09-23 19:59:03 +02:00
Matthias Bussonnier
56d48e2892
codemirror rempo moved, update links in comments
2014-09-23 19:50:39 +02:00
Matthias Bussonnier
633dbc8131
Merge pull request #5844 from jdfreder/scrollmanager
...
'Paul' scroll feature
2014-09-23 17:10:29 +02:00
Jonathan Frederic
f81d88aebf
fab css
2014-09-22 16:34:26 -07:00
Jonathan Frederic
a7e7f95ef1
Remove forgotten hreadout
2014-09-22 16:33:57 -07:00
Jonathan Frederic
b1c1e3533a
fab css
2014-09-22 16:27:34 -07:00
Fernando Perez
58a17a740e
Fix mailmap entries for @jasongrout and @SylvainCorlay
2014-09-22 16:25:23 -07:00
Jonathan Frederic
02d7039a00
Cleaned up hbox and vbox widget div styles,
...
removed 5px margin
2014-09-22 16:23:26 -07:00
Jonathan Frederic
6637b768cc
Merge pull request #6463 from SylvainCorlay/bulk_update
...
Bulk update of widget attributes
2014-09-22 13:49:16 -07:00
Min RK
bfdb098d76
Merge pull request #6495 from Carreau/expandpath
...
Expand user home path in template search path.
2014-09-22 13:40:05 -07:00
MinRK
ec4d3597c7
avoid copious warnings in interact tests
...
comm was mocked out, but in a way that makes traitlets complain
2014-09-22 13:21:19 -07:00
Sylvain Corlay
cd782c916d
state_lock loop
2014-09-22 19:40:07 +00:00
Min RK
114f77afdf
Merge pull request #6512 from Carreau/fix-6417
...
Fix font-awesome icons in examples notebook
2014-09-22 12:25:42 -07:00
Gordon Ball
48e1a0b2bc
s/choose/manual/g
2014-09-22 21:23:51 +02:00
Jonathan Frederic
46cefe28a9
Merge pull request #6497 from SylvainCorlay/_ws_opened
...
status_started.Kernel was never triggered
2014-09-22 12:09:30 -07:00
Thomas Kluyver
edfd5e90c9
Merge pull request #6513 from minrk/finish-deprecating-tornado-settings
...
actually use tornado_settings
2014-09-21 13:08:09 -07:00
Thomas Kluyver
0dcaf02370
Merge pull request #6453 from takluyver/atomic-save-copystat
...
Copy file metadata in atomic save
2014-09-21 13:07:04 -07:00
MinRK
979b8dd9db
actually use new tornado_settings
...
instead of deprecated webapp_settings
2014-09-21 12:44:45 -07:00
Matthias Bussonnier
d4d41cf17e
Fix font-awesome icons in examples notebook
...
Closes #6417
2014-09-21 15:46:19 +02:00
Sylvain Corlay
c4006f1439
status_started.Kernel was never triggered
2014-09-18 20:18:11 +00:00
Thomas Kluyver
ab13b8fde6
Merge pull request #6491 from minrk/tornado_settings
...
rename webapp_settings to tornado_settings
2014-09-18 11:14:28 -07:00
Min RK
6b0421f3d8
Merge pull request #6480 from minrk/origin-check-no-proto
...
only compare host:port in Websocket.check_origin
2014-09-18 10:36:09 -07:00
Matthias Bussonnier
2c65ea0416
Merge pull request #6431 from jhamrick/input_ui_focus
...
Register input with keyboard manager
2014-09-18 14:37:51 +02:00
Matthias BUSSONNIER
9d58482944
Expand user home path in template search path.
...
cause that pretty much always what you want to do if you have a `~` ina
path.
2014-09-18 14:35:30 +02:00
Jonathan Frederic
0bd868888e
Make HeadingScrollManager scroll to heading elements, not cells.
2014-09-17 16:31:00 -07:00
Sylvain Corlay
769e7fa108
rename to on_atomic_change
2014-09-17 21:31:55 +00:00
MinRK
d65244d34c
rename webapp_settings to tornado_settings
...
deprecate `webapp_settings`
More informative name to those who would actually use this feature.
It sets overrides for the tornado global `settings` object.
2014-09-17 10:05:19 -07:00
MinRK
4bc339bd95
better log messages when rejecting cross-origin requests
2014-09-16 15:38:41 -07:00
Jonathan Frederic
9831e6ea1b
Make the default the single page scroller.
2014-09-16 13:52:58 -07:00
Jonathan Frederic
c957cbc9c2
Set heading scroll manager as default scroll manager.
2014-09-16 13:49:15 -07:00
Jonathan Frederic
46eb5288bc
Scroll to all heading levels <= target level.
2014-09-16 13:49:15 -07:00
Jonathan Frederic
f6adf3e064
Fixed dumb typo,
...
forgot to update scrollmanager ref to scroll_manager.
2014-09-16 13:49:14 -07:00
Jonathan Frederic
3f9fea0328
Added comments clarifying scroll units
2014-09-16 13:49:14 -07:00
Jonathan Frederic
8c0c04910b
options bug fix
2014-09-16 13:49:14 -07:00
Jonathan Frederic
3ff4d4c16e
Address review comments
2014-09-16 13:49:14 -07:00