Min RK
bfa501855a
use $(window).height() instead of window.innerHeight
...
to measure window height when resizing contents
Sometimes these values differ by a pixel,
we may never know why.
window.innerHeight seems to be larger when they disagree, causing an extra scrollbar to be drawn.
11 years ago
Thomas Kluyver
1daa179153
Merge pull request #7981 from Carreau/focus-after-save
...
Refocus notebook after click on save
11 years ago
Thomas Kluyver
4d921c3e76
Merge pull request #7978 from onesandzeroes/nbconvert-docs
...
Docs: Update info about nbconvert's latex/pdf conversion
11 years ago
Matthias Bussonnier
afd74fbb94
Refocus notebook after click on save
...
closes #7963
11 years ago
onesandzeroes
39ada05675
Remove mention of previous behaviour
11 years ago
onesandzeroes
f61f8de555
Update info about latex/pdf conversion
11 years ago
Thomas Kluyver
8736d7fa93
Merge pull request #7743 from quantopian/gotta-not-catch-em-all
...
DEV: Add toggles for reraising failures during extension loading
11 years ago
Scott Sanderson
7a1b8d7dff
DEV: Add re-raise toggle for server extensions.
...
Also renames toggles to "reraise_*_extension_failures".
11 years ago
Min RK
d69f903ff3
Merge pull request #7954 from takluyver/lib-lexers
...
Move IPython lexers module to lib
11 years ago
Min RK
b7293fafa1
Merge pull request #7960 from parente/set-no-cache-header
...
Ensure Cache-Control is set once and only once
11 years ago
Thomas Kluyver
96216d81ff
Merge pull request #7962 from grelston/master
...
Fix Markdown cell for widgets.[js]link in Widget Events.ipynb
11 years ago
Gareth Elston
076ed6649a
Merge pull request #1 from ipython/master
...
Update from ipython/ipython:master
11 years ago
Peter Parente
dc8f9b0733
Ensure Cache-Control is set once and only once
...
Whether browsers should pick the first or last instance of a duped header is ill defined
11 years ago
Thomas Kluyver
2563ab069b
Merge pull request #7951 from minrk/pdf-via-latex
...
make 'download as PDF' say 'via LaTeX'
11 years ago
Thomas Kluyver
377081e02e
Move IPython lexers module to lib
...
Closes gh-7941
I've left a backwards compatibility module in
IPython.nbconvert.utils.lexers - I don't know if anyone is importing it
directly, but since we put it in entry points, we should probably
consider it public API.
11 years ago
Min RK
dfb36abc4d
make 'download as PDF' say 'via LaTeX'
...
so it's clear that LaTeX is required
11 years ago
Min RK
fd3013dbb4
Merge pull request #7838 from jasongrout/kernel-messages-sync
...
Keep kernel messages synchronous
promises all the way down
11 years ago
Jason Grout
e1a6dbd4be
Handle kernel messages synchronously
...
A problem can happen when two messages come in for different
comms, where the second depends on the first (for example, the
first might be a message setting the state of a widget, and the
second triggering a view creation for the widget). Since comm
message queues are independent of each other, the second message
could be executed before the first message.
This exposes a more fundamental assumption users are likely to
have that messages from python are processed synchronously.
Thanks to @dmadeka for reporting an error that led to discovering this issue.
11 years ago
Gareth Elston
a33f98a254
Update Widget Events.ipynb
11 years ago
Jonathan Frederic
2eb028bcec
Merge pull request #7930 from jdfreder/invokecss
...
invoke css
11 years ago
Jonathan Frederic
e50344f4e6
invoke css
11 years ago
Jonathan Frederic
5ad87d13d6
Merge pull request #7902 from gertingold/radio
...
fix margin in RadioButtons
11 years ago
Jonathan Frederic
e09b83e910
Merge pull request #7725 from SylvainCorlay/fabutton
...
Adding font-awesome icon to button and toggle button
11 years ago
Sylvain Corlay
03b884a615
Moving styling to else statement
11 years ago
Min RK
15d4e2d675
Merge pull request #7921 from grelston/patch-1
...
Fix AttriuteError for widgets.[js][d]link in Widget Events.ipynb
11 years ago
Min RK
6cb15fbffe
Merge pull request #7780 from jasongrout/message-race
...
Fix race condition in javascript kernel message processing
11 years ago
Jason Grout
35026c3184
Merge pull request #7 from minrk/serialize-test
...
update js serialize test
11 years ago
Gareth Elston
a214898c97
Update Widget Events.ipynb
...
Running Widget Events.ipynb in http://try.jupyter.org/ raises the following errors:
In [11]: AttributeError: 'module' object has no attribute 'link'
In [12]: AttributeError: 'module' object has no attribute 'dlink'
In [13]: widgets.<Tab> shows 'jsdlink' and 'jslink', which generate the expected linked sliders.
11 years ago
Matthias Bussonnier
242fc93f93
Merge pull request #7889 from Carreau/after-one-year
...
Js completion traceback, erase line on tab, and double complete.
11 years ago
Matthias Bussonnier
f3e0261db7
Merge pull request #7777 from minrk/fallback-127
...
fallback on 127.0.0.1 if localhost cannot be bound
11 years ago
Min RK
f76ce1d6b9
warn about failure to bind to localhost
...
when falling back on 127.0.0.1
11 years ago
Min RK
c605ea44cc
fallback on 127.0.0.1 if localhost cannot be bound
...
Some (broken) systems cannot bind to localhost.
This handles that failure and falls back to 127 as the default
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
Min RK
fb12238bb2
update js serialize test
...
msg count and msgspec v5 API changes
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
Gert-Ludwig Ingold
5cef46f26e
fix margin in RadioButtons
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