Matthias Bussonnier
103f2f1df2
Update comment for future removal of code
11 years ago
Matthias Bussonnier
ed60311a75
Fix configurability of codecell
...
code cell where actually not configurable,
this fixes that + add a convenient methods to dump the
content of the configuration in the config file.
this also close #7896 by defaulting closebracket to true,
which is now configurable :-)
It also switches the default magic highlight mode to string so that they
could also be configured.
11 years ago
Jonathan Frederic
ca95e914cb
Merge pull request #7908 from minrk/catch-localStorage-failure
...
actually catch failure to load widget state
11 years ago
Min RK
17ee541add
actually catch failure to load widget state
...
load callback was called directly,
rather than in promise function that catches errors
11 years ago
Thomas Kluyver
2b95955079
Merge pull request #7906 from minrk/skip-perm-test-windows
...
skip permission error -> 403 test on Windows
11 years ago
Matthias Bussonnier
709126542a
Merge pull request #7832 from minrk/default-secure-session
...
remove default_secure, make Session secure by default
11 years ago
Min RK
0bc4549d25
skip permission -> 403 test on Windows
...
The test actually passes on my VM (Win 7),
but not on Jenkins (Server 2012).
I haven't figured out how to identify the subset of Windows systems where it won't work,
but since the problem appears to be in the test,
not the tested code, skipping on Windows seems the right way to go.
11 years ago
Thomas Kluyver
c0269602a3
Merge pull request #7904 from minrk/adapt-not-error
...
make it clearer that we adapt to old messages
11 years ago
Min RK
d9f01671ae
make it clearer that we adapt to old messages
...
> Adapting to protocol vX for kernel Y
instead of
> Kernel Y speaks protocol version X
some have interpreted the "Kernel speaks" statement was an error message;
this should be clearer about what's happening,
and that there is no error.
11 years ago
Min RK
109ee00ebb
get session.key from kernel manager
...
in kernel channel handlers
we were accidentally relying on loading Session.key from config set via the default_secure decorator,
which forced the key to be the same for every kernel.
11 years ago
Min RK
96334d4594
deprecate default_secure decorator
...
make Session secure by default on its own
I think the decorator was an artifact of very early design prototyping, and really isn't necessary.
11 years ago
Matthias Bussonnier
dad4ba22b8
Merge pull request #7881 from minrk/ssl-options
...
add ssl_options config value
11 years ago
Matthias Bussonnier
de90843b29
Merge pull request #7893 from Carreau/add-markdown-menu
...
Add Markdown to the list of downloadable nbconverted formats.
11 years ago
Matthias Bussonnier
4c567fb544
Merge pull request #7779 from abeguerra/defect-5544-fix-hyperlink-display
...
Fixed rendering of URL in append_stream function
11 years ago
Min RK
65b2b3a651
Merge pull request #7888 from Carreau/horse
...
Don't recompute values
11 years ago
Fernando Perez
50c8c5feed
Merge pull request #7852 from minrk/open-perm
...
Catch IOError in addition to OSError.
Closes #7848
11 years ago
Thomas Kluyver
2111ac4812
back to development
11 years ago
Thomas Kluyver
76ce8cd2fb
Release 3.0
11 years ago
Thomas Kluyver
287e4e49e0
Merge pull request #7886 from jdfreder/DOCSWWWEEEEEEP
...
A **LOT** of clean-up in `examples/Notebook`
11 years ago
Thomas Kluyver
58b6d447d8
Merge pull request #7891 from minrk/examples
...
pass on IPython Kernel example notebooks
11 years ago
Min RK
bcba94b30f
Merge pull request #7892 from jdfreder/docsweepwidgets
...
Update examples/Interactive Widgets
11 years ago
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
99572b5e1a
Merge pull request #7878 from minrk/nbconvert-downgrade
...
add downgrade example to whatsnew
11 years ago
Min RK
d0b57d7803
discuss `--to notebook`
...
- downgrade and execute examples
- also update `--to python` with `--to script`
11 years ago
Matthias Bussonnier
59cab4c2d8
Add Markdown to the list of downloadable nbconverted formats.
...
Seem it was just forgotten. The list was not auto generated on purpose
IIRC, as some format, like TeX were deemed not useful in menu.
11 years ago
Jonathan Frederic
e8c1f1296f
Update examples/Interactive Widgets 🧌
11 years ago
Jonathan Frederic
7d27e20cf0
More cleaner is more better
11 years ago
Jonathan Frederic
5ac5888280
@Carreau 's review comments.
11 years ago
Matthias Bussonnier
230ea32f0d
Dont recompute values
11 years ago
Jonathan Frederic
052b4669b5
A LOT OF CLEANUP IN examples/Notebook
11 years ago
Min RK
3aa004e5c3
add ssl_options config value
...
exposes more ssl config, such as ca_certs, disabling SSLv3, etc.
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