Commit Graph

5280 Commits

Author SHA1 Message Date
Jonathan Frederic
852ec2ab69 s/_handle_receive_state/set_state in tests too 2014-09-30 15:59:26 -04:00
Jonathan Frederic
f83140dae8 s/long thing/set_state 2014-09-30 15:55:31 -04:00
Thomas Kluyver
272efe37be Merge pull request #6571 from Carreau/jsonable
cast unicode to allow json dump
2014-09-29 09:03:07 -07:00
Matthias Bussonnier
be4b180b03 cast unicode to allow json dump 2014-09-29 16:11:19 +02:00
Jonathan Frederic
b5195e1b17 Merge pull request #6548 from SylvainCorlay/widget_views_by_id
Make WidgetModel.views be an object indexed by view id
2014-09-29 07:51:11 -04:00
Matthias Bussonnier
2d490858e5 Merge pull request #6544 from jhamrick/notification-widget
Clean up notification widget
2014-09-29 09:00:43 +02:00
Matthias Bussonnier
dfd2f6c80f Merge pull request #6565 from dsblank/patch-1
Fixed off by one error in get_prev_cell
2014-09-29 08:59:47 +02:00
sylvain.corlay
60925f0a1a hasOwnProperty 2014-09-28 23:40:27 -04:00
Thomas Kluyver
b9472b3642 Merge pull request #6536 from minrk/parent-config
Remove kernel config from parent config files
2014-09-28 14:23:10 -07:00
MinRK
caddaec618 remove references to kernel config in parent config files
since it doesn't work anymore.
Link to the kernel config doc instead.
2014-09-28 12:54:08 -07:00
Doug Blank
6c3d40bbcd Update documentation for functions that can return null 2014-09-28 14:01:35 -04:00
Doug Blank
3997769def Fixed off by one error in get_prev_cell
Not sure why this was a TODO. Maybe `find_cell_index()` returned zero at one time, but in the browsers I tested, it always returns null if not found.
2014-09-27 15:57:01 -04:00
Min RK
d71cdbd233 Merge pull request #6546 from minrk/root-no-write
run iptest in Dockerfile
2014-09-26 11:53:32 -07:00
MinRK
cb005e916c run iptest in Dockerfile
and install sphinx with apt, since it's super slow
because of 2to3
2014-09-26 11:27:22 -07:00
Jonathan Frederic
cbb63a2166 Merge pull request #6549 from SylvainCorlay/some_update
on_atomic_change -> on_some_change
2014-09-26 09:48:49 -07:00
Jessica B. Hamrick
9c1e7fa2eb Clarify stickiness of warning/danger notifications 2014-09-26 00:12:24 -07:00
Sylvain Corlay
d8635fc1cc on_atomic_change -> on_some_change 2014-09-26 01:59:11 +00:00
Sylvain Corlay
b6a0f60d3f Make Widget.views be an object indexed by view id 2014-09-26 01:51:24 +00:00
Jessica B. Hamrick
6f49f4b78e Add tests for notification area and widgets 2014-09-25 16:33:05 -07:00
Jessica B. Hamrick
e68f6e585a Small changes to notification widget 2014-09-25 16:33:05 -07:00
Jessica B. Hamrick
2c5a10a6e0 Add documentation to notification area 2014-09-25 16:33:05 -07:00
Jessica B. Hamrick
5769a5bd97 Add documentation to NotificationWidget methods 2014-09-25 16:33:05 -07:00
Jessica B. Hamrick
180dd71e81 Allow timeout and click callback 2014-09-25 16:33:04 -07:00
Thomas Kluyver
3cb8c5a0a1 Merge pull request #6532 from SylvainCorlay/barewidgetmodels
Fix Issue #6530
2014-09-25 12:10:00 -07:00
Matthias Bussonnier
4609465161 Merge pull request #6472 from parleur/master
Keep metadata through celltype changes
2014-09-25 09:16:59 +02:00
Min RK
4baaa977b4 Merge pull request #6543 from rgbkrk/base_image
Minimal Docker base image
2014-09-24 20:20:51 -07:00
Sylvain Corlay
a9fca81e95 Set default view to None and never display widget with no view 2014-09-24 23:10:41 -04:00
Kyle Kelley
8417a9f9b5 Make this a solid, minimal base image.
This was taken almost entirely from the original ipython/base image.
The plan is to have the ipython/scipystack image derive from this one
in the future and for builds to get setup.
2014-09-25 02:49:27 +00:00
Min RK
64c9f28695 Merge pull request #6457 from rgbkrk/docker_latest
Dockerfile to track the latest master
2014-09-24 17:05:14 -07:00
Min RK
a86c6963a4 Merge pull request #6541 from takluyver/interact-examples-py3
Make interact example compatible with Python 3
2014-09-24 16:19:25 -07:00
MinRK
52434ef364 use file://$PWD#egg=ipython[all] in Dockerfile
so we can install ipython[all] with pip.
Because .[all] doesn't work for whatever reason.
Removes need to install other dependencies with pip beforehand.
2014-09-24 16:14:14 -07:00
Kyle Kelley
9611044373 Update Dockerfile 2014-09-24 16:12:22 -07:00
Kyle Kelley
c36b861209 Definitely don't want the direct submodule stuff 2014-09-24 16:12:22 -07:00
Kyle Kelley
e0b822b264 Toss opinionated user creation out 2014-09-24 16:12:21 -07:00
Kyle Kelley
78b7d5f800 Switch back to ADD 2014-09-24 16:12:21 -07:00
Kyle Kelley
66bdfded98 More workarounds 2014-09-24 16:12:21 -07:00
Kyle Kelley
f79edfc290 Permissions everywhere 2014-09-24 16:12:21 -07:00
Kyle Kelley
8b61460bed Workaround limitations in Docker Hub 2014-09-24 16:12:21 -07:00
Kyle Kelley
89b4ef2660 Create IPython profile with jupyter permissions 2014-09-24 16:12:21 -07:00
Kyle Kelley
b0159a3bdb /srv/ was already created, just ensure its there 2014-09-24 16:12:20 -07:00
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