Sylvain Corlay
a9fca81e95
Set default view to None and never display widget with no view
12 years ago
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.
12 years ago
Thomas Kluyver
f420cdf3e7
Make comm_manager a property of kernel, not shell
12 years ago
Min RK
64c9f28695
Merge pull request #6457 from rgbkrk/docker_latest
...
Dockerfile to track the latest master
12 years ago
Min RK
a86c6963a4
Merge pull request #6541 from takluyver/interact-examples-py3
...
Make interact example compatible with Python 3
12 years ago
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.
12 years ago
Kyle Kelley
9611044373
Update Dockerfile
12 years ago
Kyle Kelley
c36b861209
Definitely don't want the direct submodule stuff
12 years ago
Kyle Kelley
e0b822b264
Toss opinionated user creation out
12 years ago
Kyle Kelley
78b7d5f800
Switch back to ADD
12 years ago
Kyle Kelley
66bdfded98
More workarounds
12 years ago
Kyle Kelley
f79edfc290
Permissions everywhere
12 years ago
Kyle Kelley
8b61460bed
Workaround limitations in Docker Hub
12 years ago
Kyle Kelley
89b4ef2660
Create IPython profile with jupyter permissions
12 years ago
Kyle Kelley
b0159a3bdb
/srv/ was already created, just ensure its there
12 years ago
Kyle Kelley
88657b8d3b
Clone ipython/ipython directly
12 years ago
Kyle Kelley
3db038faed
Try out setup.py submodule
12 years ago
Kyle Kelley
b4e8ee3101
Submodule updating, comments
12 years ago
Kyle Kelley
3231bfe2f6
Instructions inside the Dockerfile
12 years ago
Kyle Kelley
73f75ab4fb
install direct dependencies, kernels
12 years ago
Kyle Kelley
70f63744f2
Dockerfile to track the latest master
12 years ago
Jonathan Frederic
aec576a5f2
Fix infinite loop typo
12 years ago
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.
12 years ago
Gordon Ball
3ec873b084
Change _parse_text_input to _parse_value and update float range regex
12 years ago
Gordon Ball
3011820cd3
Add support for parsing pairs of numbers for range sliders
12 years ago
Gordon Ball
67630b0886
Ignore the event object for handleTextChange
12 years ago
Gordon Ball
0f7fbc0781
Add keydown listener to commit changes on <enter>
12 years ago
Gordon Ball
0b45bacd0d
Add support to the float slider
12 years ago
Gordon Ball
6a976cf2b6
Use contentEditable to allow modification via the the slider readout
12 years ago
Matthias Bussonnier
684d739d92
Merge pull request #6520 from minrk/comm-default
...
avoid copious warnings in interact tests
12 years ago
Sylvain Corlay
fb336de4ed
register bare views
12 years ago
Brian E. Granger
4ec1a3b41e
Merge pull request #6235 from jdfreder/addclass
...
Remove add/remove_class and set/get_css.
12 years ago
Jonathan Frederic
9f3dfbc56c
Fix slidercolor on widget construction
12 years ago
Jonathan Frederic
d4d554052e
Address problems found in in-person review
12 years ago
Jonathan Frederic
4685de14b7
Update examples, fixing bugs found in review.
12 years ago
Brian E. Granger
1e8b4ee586
Merge pull request #6051 from chronitis/interact-widget-on-demand
...
Interact on_demand option
12 years ago
Min RK
daeed8122a
Merge pull request #6529 from Carreau/marrijnhmirror
...
codemirror repo moved, update links in comments
12 years ago
Matthias Bussonnier
95dc60a6f1
Merge pull request #6522 from fperez/mailmap-fix
...
Fix mailmap entries for @jasongrout and @SylvainCorlay
12 years ago
Matthias Bussonnier
56d48e2892
codemirror rempo moved, update links in comments
12 years ago
Jonathan Frederic
aa04d40a8d
Added test
12 years ago
Matthias Bussonnier
633dbc8131
Merge pull request #5844 from jdfreder/scrollmanager
...
'Paul' scroll feature
12 years ago
Jonathan Frederic
f81d88aebf
fab css
12 years ago
Jonathan Frederic
a7e7f95ef1
Remove forgotten hreadout
12 years ago
Jonathan Frederic
b1c1e3533a
fab css
12 years ago
Fernando Perez
58a17a740e
Fix mailmap entries for @jasongrout and @SylvainCorlay
12 years ago
Jonathan Frederic
02d7039a00
Cleaned up hbox and vbox widget div styles,
...
removed 5px margin
12 years ago
Jonathan Frederic
6637b768cc
Merge pull request #6463 from SylvainCorlay/bulk_update
...
Bulk update of widget attributes
12 years ago
Min RK
bfdb098d76
Merge pull request #6495 from Carreau/expandpath
...
Expand user home path in template search path.
12 years ago
MinRK
ec4d3597c7
avoid copious warnings in interact tests
...
comm was mocked out, but in a way that makes traitlets complain
12 years ago
Sylvain Corlay
cd782c916d
state_lock loop
12 years ago