Thomas Kluyver
afd5aeab95
Merge pull request #3049 from bacboc/feature
...
Fix broken link
9 years ago
bacboc
551f8b2848
Fix broken link
9 years ago
PHaeJin
c0973877c8
Fix a typo ( #3043 )
...
* Fix a typo
* Fix a typo
* Fix abroken link
9 years ago
edida
5ede4c1243
Fix broken links ( #3042 )
...
* Typo fix
* Fix broken links
* Fix typo
* Fix broken links and Fix typo
9 years ago
Grant Nestor
009af0e833
Use `/files` prefix for PDF-like files
9 years ago
Grant Nestor
7835160063
release 5.2.1
9 years ago
Matthias Geier
4918eb1f80
Fix ANSI inverse ( #2967 )
...
* Invert inverse ANSI colors
The "inverse" escape sequence was implemented in #2186 , but not by
actually inverting foreground and background.
* ANSI colors: allow switching off underline and inverse
* Add CSS classes ansi-default-inverse-fg and ...-bg
9 years ago
Thomas Kluyver
e7f69cc2d7
Work on loading UI translations ( #2969 )
...
* Load translations for Javascript in page template
* Normalise language codes to gettext format with underscores
* .mo files need to be under LC_MESSAGES as well
* remove unused JS code
* Normalise result in test
* Fix for opening files on Py 2
* Fix location of I18N directory
* Add translation files to package_data
9 years ago
Min RK
881268f642
Merge pull request #2993 from jhamrick/editable-bug
...
Prevent uneditable cells from having their type changed
9 years ago
Grant Nestor
173be6dc88
release 5.2.1rc1
9 years ago
Jessica B. Hamrick
4b2975659c
Prevent uneditable cells from having their type changed
9 years ago
Grant Nestor
817f541be4
Add assumed screen resolution to comments
9 years ago
Grant Nestor
0fe8ee191a
Add media queries as proxy for zoom levels
9 years ago
Grant Nestor
b92dd28b60
Add more border width to CodeMirror cursor
9 years ago
M Pacer
fcb64d9581
update version to dev version for master to not overwrite editable installs
9 years ago
Jason Grout
1405693943
Fix the prompt_area argument of the output area constructor. ( #2961 )
...
See https://github.com/jupyter/notebook/pull/2681#issuecomment-338322212 and https://github.com/jupyter-widgets/ipywidgets/issues/1765
9 years ago
Grant Nestor
a8be6598b9
release 5.2.0
9 years ago
Grant Nestor
b82ca09782
Update viewable_extensions
9 years ago
Grant Nestor
5841666647
release 5.2.0rc1
9 years ago
Kyle Kelley
5585fea392
Merge pull request #2912 from gnestor/issue-2904
...
Show edit shortcuts modal after shortcuts modal is hidden
9 years ago
Grant Nestor
d537ef6350
Show edit shortcuts modal after shortcuts modal is hidden
9 years ago
Grant Nestor
2fdc5327e3
Clean up
9 years ago
Grant Nestor
cb8d88e8e5
Add viewable whitelist based on browser-supported file extensions
9 years ago
Grant Nestor
679a1a2985
Normalize inputs before comparing in `item_in`
9 years ago
Grant Nestor
4de3a4cc61
Default to edit if file type is unknown
9 years ago
Grant Nestor
c0b678c510
Remove editable whitelist
9 years ago
Kyle Kelley
43a97807fc
buffer messages when websocket connection is interrupted ( #2871 )
...
* provide some top level comments
* implement buffering of messages on last dropped connection
- buffer is per-kernel
- session_key is stored because only a single session can resume the buffer and we can't be sure
- on any new connection to a kernel, buffer is flushed.
If session_key matches, it is replayed.
Otherwise, it is discarded.
- buffer is an unbounded list for now
* restore actual zmq channels when resuming connection
rather than establishing new connections
fixes failure to resume shell channel
* hookup restart callbacks in open
instead of in `create_stream`, which is not called on reconnect
* improve handling of restored connections in js
- dismiss 'connection lost' dialog on reconnect
- set busy status on reconnect (if not busy, idle will come soon after via kernel_ready)
9 years ago
Josh Barnes
9552fc1872
give Page constructor default arguments
...
for any extension template which relied on the old no-parameter formation
9 years ago
Josh Barnes
df19a51f59
fix codemirror.less to match CodeMirror's expected padding layout
...
fixes #2869 (I hope!)
9 years ago
Kyle Kelley
11e578f7fd
load locale dynamically only when not en-us
9 years ago
Kyle Kelley
91addcf776
Merge pull request #2860 from minrk/jsversion
...
resync jsversion with Python version
9 years ago
Min RK
d59349ac15
resync jsversion with Python version
...
by running setup.py jsversion
9 years ago
madhu
a5e64c3f77
fix(notebook): Allow copy operation on modified, read-only
...
notebooks
Should close #2541
9 years ago
Thomas Kluyver
11ba6be432
Merge pull request #2745 from gnestor/keymap-default
...
Make "extraKeys" consistent for notebook and editor
9 years ago
Grant Nestor
f222978992
Remove comments
9 years ago
Thomas Kluyver
9dabaa2ccf
Merge pull request #2774 from iamlemec/master
...
Factor out output_prompt_function, as is done with input prompt
9 years ago
Grant Nestor
aa3c1a5481
Merge pull request #2357 from Ashamandi/master
...
Bidi support
9 years ago
Douglas Hanley
c946374aba
output_prompt_function: construct node rather than use HTML string
9 years ago
Doug Hanley
53c39ff61f
Factor out output_prompt_function, as is done with input prompt
9 years ago
Grant Nestor
ff49a10a36
release 5.1.0
9 years ago
Thomas Kluyver
60f81e49b2
release 5.1.0rc3
9 years ago
Min RK
f8a6e1c5b7
Merge pull request #2792 from takluyver/mathjax-callback-err
...
Attempt to fix mysterious mathjax callback error
9 years ago
cebolan
31f888e6ae
Fix documentation on keyboard shortcuts
...
closes #2801
9 years ago
Thomas Kluyver
379c359fa1
Log failure to load notebook at error level
9 years ago
Thomas Kluyver
41062f87b3
Ensure AMSmath is loaded before calling resetEquationNumbers method
9 years ago
Thomas Kluyver
04c5aec072
Catch errors from queueing Mathjax resetEquationNumbers call.
9 years ago
Thomas Kluyver
e3df23656e
Prevent uploading file twice
...
Closes gh-2773
9 years ago
Grant Nestor
63c7c336f0
release 5.1.0rc2
9 years ago
Grant Nestor
62bc68c585
Make "extraKeys" consistent for notebook and editor
9 years ago
Grant Nestor
4424b0e46a
Switch back to "default" keycap
9 years ago