Thomas Kluyver
2414db41e6
Merge pull request #6961 from minrk/profile-dir-no-3p
...
Don't pass IPython-specific args to non-IPython kernels
2014-11-18 14:09:35 -08:00
Min RK
a62a9abdef
update MappingKernelManager module docstring
2014-11-18 13:29:44 -08:00
Min RK
da80d64e45
Merge pull request #6955 from Carreau/typeset
...
Actually typeset latex
2014-11-18 12:56:49 -08:00
Jonathan Frederic
2ef509e505
Add doc string to Output widget
2014-11-18 11:31:33 -08:00
Jonathan Frederic
7a3a9e74e9
Bug fix, typo
2014-11-18 11:31:33 -08:00
Jonathan Frederic
db2ef15b81
Address @carreau 's comments
2014-11-18 11:31:32 -08:00
Jonathan Frederic
36f0aabb86
active_output_areas (plural)
2014-11-18 11:29:35 -08:00
Jonathan Frederic
6f2e02b585
Pop output now removes a specific output
2014-11-18 11:29:35 -08:00
Jonathan Frederic
a12da7cee4
Added comment describing output area stack.
2014-11-18 11:29:35 -08:00
Jonathan Frederic
d033d6c1ea
Make output widget reactive.
2014-11-18 11:29:35 -08:00
Jonathan Frederic
a5779bcd0e
Output Widget
2014-11-18 11:29:35 -08:00
Matthias Bussonnier
4cd8ee3bb2
Merge pull request #6881 from jasongrout/template-blocks
...
Make favicon and logo images blocks in the template
2014-11-18 16:52:06 +01:00
Matthias Bussonnier
0ee990614d
Merge pull request #6923 from SylvainCorlay/toggle_button_tooltip
...
Tooltip on toggle button
2014-11-18 14:47:13 +01:00
Matthias Bussonnier
fe4bae10ac
Actually typeset latex
2014-11-18 14:37:11 +01:00
Matthias Bussonnier
269d9ae195
Merge pull request #6959 from minrk/check-kernel-execute
...
don't execute if kernel is not connected
2014-11-18 14:33:00 +01:00
Thomas Kluyver
7cf7d3f202
Merge pull request #6818 from jdfreder/race_conditions
...
Add promises to the widget framework.
2014-11-17 17:14:08 -08:00
Jonathan Frederic
f9d730d01e
Address @takluyver 's review comments
2014-11-17 14:17:17 -08:00
Jonathan Frederic
61ebd40206
Bug fix, promise not resolving.
2014-11-17 11:44:10 -08:00
Min RK
1914e27cff
Don't pass IPython-specific args to non-IPython kernels
...
add a few FIXME notes that the IPython-kernel special treatment
will probably want to be removed in the Jupyter explosion.
2014-11-17 11:17:08 -08:00
Jonathan Frederic
8d8bf43fb9
Merge pull request #6916 from minrk/finish-5659
...
add Duplicate button to dashboard
2014-11-17 11:09:53 -08:00
Min RK
4a25d24806
don't execute if kernel is not connected
2014-11-17 10:27:46 -08:00
Min RK
5eff21f3c6
simplify NotebookList.duplicate with recent changes
...
- contents service + futures
- remove no-longer-necessary parent_item
2014-11-17 10:14:21 -08:00
Min RK
036c47d032
set min-width on tree-list buttons
...
avoids misaligned buttons when the content changes
2014-11-17 10:09:53 -08:00
Min RK
8bad784ce5
update add_duplicate_button with API changes
...
- allow duplicating regular files
- update with contents service API changes
- fix some path/name bugs found in session and kernel list
2014-11-17 10:09:53 -08:00
David Neto
6aae1e219f
Add the "Duplicate" button in the main dashboard
...
so we can copy an existing notebook without having to start it's instance
2014-11-17 10:09:53 -08:00
David Neto
4bbd255f16
Change the order of Cancel and OK button in the renaming function so it matches the user experience for the same dialog boxes used in the main dashboard
2014-11-17 10:09:53 -08:00
Min RK
89598450f7
Merge pull request #6943 from jdfreder/numtextfix
...
Allow empty text box *while typing* for numeric widgets
2014-11-17 10:01:25 -08:00
Carlos Cordoba
abee155a11
Websockets were not started correctly on QtWebKit 4
...
- Draft76 was added to support QtWebKit 4 (and hence PhantomJS) a little
bit longer, but before this change kernel websockets failed to start on
that platform.
2014-11-15 19:26:06 -05:00
Min RK
d88f5c5898
Merge pull request #6874 from takluyver/config-js-api
...
Add JS config API
2014-11-15 12:52:38 -08:00
Min RK
c1a664dfb9
fix event hookup for kernel changed
...
event is kernel_created.Session
The spec name on the kernel also wasn't being changed when the kernel changed.
2014-11-15 12:19:35 -08:00
Jonathan Frederic
cfc45918bb
Rebase fixes
2014-11-15 08:51:54 -08:00
Jonathan Frederic
907bde3b25
Address review comments
2014-11-15 08:49:45 -08:00
Jonathan Frederic
3c949aad92
Remove message promise.
2014-11-15 08:49:45 -08:00
Jonathan Frederic
fe398593e7
Typo fix
2014-11-15 08:49:44 -08:00
Jonathan Frederic
93cedc167e
Address @takluyver 's comments
2014-11-15 08:49:44 -08:00
Jonathan Frederic
eb319c8aab
Promise logic is infectious like a disease
2014-11-15 08:49:44 -08:00
Jonathan Frederic
b56fc606ad
Promise the messages to the model
2014-11-15 08:49:44 -08:00
Jonathan Frederic
0d591619c6
Make all tests async display safe
2014-11-15 08:49:44 -08:00
Jonathan Frederic
56c5020a84
bool_test passing with slimerjs
2014-11-15 08:49:44 -08:00
Jonathan Frederic
b76d4d5c05
Use es6-promise polyfill
2014-11-15 08:49:44 -08:00
Jonathan Frederic
bed3a4cfda
use es6
2014-11-15 08:48:36 -08:00
Jonathan Frederic
8c149c9112
Current state with lots and lots of debugging junk
2014-11-15 08:48:35 -08:00
Jonathan Frederic
b3c49fce66
Move the display Promise into a lower level method,
...
into the create view method of the widget manager.
This makes sure that views created by parent views
are also accounted for in the state/display order
guarantee.
2014-11-15 08:48:35 -08:00
Jonathan Frederic
6ee932f298
Add rsvp to setupbase
2014-11-15 08:48:35 -08:00
Jonathan Frederic
26d012b3b7
Add comment clarifying new hook function,
...
Refined Page Error output.
2014-11-15 08:48:35 -08:00
Jonathan Frederic
fed878fed9
Don't throw Errors with Objects as the message/
2014-11-15 08:48:35 -08:00
Jonathan Frederic
17108fed3b
Make errors clearer!
2014-11-15 08:48:35 -08:00
Jonathan Frederic
66caa322c5
Make Page Error output clearer
2014-11-15 08:48:35 -08:00
Jonathan Frederic
77789daa12
Test fixes
2014-11-15 08:48:35 -08:00
Jonathan Frederic
bbcd5cb55f
Bug fixes
2014-11-15 08:48:34 -08:00