Min RK
|
ea2ed412dd
|
pass on IPython Kernel example notebooks
- Python 3 fixes
- add `%matplotlib notebook` to plotting example
- various copy-editing
|
11 years ago |
Thomas Kluyver
|
148a5da3c2
|
Merge pull request #7879 from minrk/rm-old-nbformat
remove old notebook format doc at the bottom of nbconvert doc
|
11 years ago |
Min RK
|
841c4907b1
|
remove old notebook format doc at the bottom of nbconvert doc
There is a much more complete doc of the nbformat now,
I didn't realize this was here, or I would have removed it when I added the new one.
|
11 years ago |
Min RK
|
41e61d42a5
|
Merge pull request #7871 from takluyver/docs-misc-cleanup-feb15
Misc docs cleanup
|
11 years ago |
Jonathan Frederic
|
f2dec681d2
|
Merge pull request #7872 from jdfreder/interact-styling
Remove padding without breaking interact style.
|
11 years ago |
Jonathan Frederic
|
100b4470f3
|
invoke css
|
11 years ago |
Jonathan Frederic
|
63b181a1a2
|
Only style direct decendants.
|
11 years ago |
Jonathan Frederic
|
b822a9f191
|
invoke css
|
11 years ago |
Sylvain Corlay
|
78d6a5023d
|
fix padding issue
|
11 years ago |
Jonathan Frederic
|
1fbbda5a14
|
Pad interact widgets.
|
11 years ago |
Thomas Kluyver
|
751de151e3
|
Clean up some docstring formatting for interact/interactive
|
11 years ago |
Thomas Kluyver
|
80b931897c
|
Fix some formatting for config options help
|
11 years ago |
Thomas Kluyver
|
0dd26a9b32
|
Merge pull request #7855 from minrk/no-extra-contents-manager
don't force instantiation of extra, unused contents manager
|
11 years ago |
Min RK
|
ce7e03bc61
|
make sure SessionManager tests have a ContentsManager
|
11 years ago |
Thomas Kluyver
|
193ecc9d22
|
Merge pull request #7858 from takluyver/i7857
Dump frontend config JSON with an indent
|
11 years ago |
Thomas Kluyver
|
8e4514d88b
|
Dump frontend config JSON with an indent
Fixes gh-7857
|
11 years ago |
Matthias Bussonnier
|
3608f27e7e
|
Merge pull request #7851 from jasongrout/fix-error-message
Fix contentsmanager api error message to give the path name
|
11 years ago |
Thomas Kluyver
|
70ee995868
|
Merge pull request #7856 from jdfreder/missing
Update examples/widgets/index notebook
|
11 years ago |
Jonathan Frederic
|
5384238829
|
s/Placement/Lists in widget index notebook
|
11 years ago |
Min RK
|
94656735f3
|
don't force instantiation of contents manager by default
this is never used and never needed, and results in the instantiation of a contents manager that is immediately discarded.
|
11 years ago |
Jason Grout
|
512187ac10
|
Fix contentsmanager api error message to give the path name
|
11 years ago |
Min RK
|
d256f841f0
|
Merge pull request #7791 from parente/empty-running-table-fix-7789
Fix empty running table background
|
11 years ago |
Jonathan Frederic
|
c65a28eb42
|
Merge pull request #7794 from SylvainCorlay/css_numeric_text
Minor styling fix for IntText and FloatText widgets
|
11 years ago |
Jonathan Frederic
|
1573624d5f
|
Merge pull request #7818 from ipython/revert-7721-widecontents2
Revert "Prevent image outputs from being wider than their container."
|
11 years ago |
Thomas Kluyver
|
6272522a5a
|
Revert "Prevent image outputs from being wider than their container."
|
11 years ago |
Jonathan Frederic
|
d423b11dd4
|
Merge pull request #7801 from jasongrout/display-state-change
Force display_message to be processed in order
|
11 years ago |
Kyle Kelley
|
720e0d1ef7
|
Merge pull request #7811 from abalkin/patch-2
Update actions.js
|
11 years ago |
Kyle Kelley
|
053724510b
|
Merge pull request #7810 from abalkin/patch-3
Update actions.js
|
11 years ago |
abalkin
|
3a6c634f3e
|
Update actions.js
Added help for select- actions.
|
11 years ago |
abalkin
|
6e5ef91f5a
|
Update actions.js
Clarified "delete-cell" action.
|
11 years ago |
Matthias Bussonnier
|
9faf6cbec1
|
Merge pull request #7809 from abalkin/patch-2
Update actions.js
|
11 years ago |
abalkin
|
25a1d9e2f6
|
Update actions.js
See issue #7807.
|
11 years ago |
Thomas Kluyver
|
818579c750
|
Merge pull request #7808 from abalkin/patch-1
Update quickhelp.js
|
11 years ago |
abalkin
|
64de4432a6
|
Update quickhelp.js
|
11 years ago |
abalkin
|
66f6818e42
|
Update quickhelp.js
|
11 years ago |
abalkin
|
433dea8215
|
Update quickhelp.js
Use left/right instead of before/after.
|
11 years ago |
Thomas Kluyver
|
f337c28b50
|
Merge pull request #7806 from takluyver/ctrl-jk-rm-doc
Remove mention of Ctrl-J & Ctrl-K shortcuts from example notebook
|
11 years ago |
Thomas Kluyver
|
1b18a61c89
|
Remove mention of Ctrl-J & Ctrl-K shortcuts from example notebook
|
11 years ago |
Jason Grout
|
0b2f212786
|
Force display_message to be processed in order
Otherwise sometimes the display message will be processed before the update message.
|
11 years ago |
Sylvain Corlay
|
0daa48b2c9
|
wrong css class for widget-int
|
11 years ago |
Peter Parente
|
f29646bc39
|
Fix empty running table background
* Add list_placeholder style
* Change id so list_header class doesn't get added by JS
|
11 years ago |
Min RK
|
10dcd71550
|
back to dev
|
11 years ago |
Min RK
|
c597f97b82
|
release 3.0.0rc1
|
11 years ago |
Min RK
|
69fe3a6d64
|
Merge pull request #7768 from minrk/handle-close
handle zmq messages that may be processed after websocket is closed
|
11 years ago |
Min RK
|
60bff3735b
|
rebuild css
|
11 years ago |
Min RK
|
2fdc2cd096
|
Merge pull request #7740 from dongweiming/radio
fix Radio margin
|
11 years ago |
dongweiming
|
bf3b9dc0c6
|
fix Radio margin
|
11 years ago |
Thomas Kluyver
|
faf648d259
|
Merge pull request #7756 from Carreau/common_conf
pass common config to contents manager
|
11 years ago |
Min RK
|
07e5f78ef2
|
handle message arriving when sockets are closed
check both the incoming and outgoing streams
before proceeding to send messages
|
11 years ago |
Min RK
|
b34d9eb76a
|
backport WebSocket.send_error from tornado 4.1
raising an exception in a websocket results in
"Method not supported" on tornado 4.0
|
11 years ago |