You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Thomas Kluyver
d797948420
Don't paste cells in chrome when keyboard manager is disabled
...
Closes gh-1316 (the second part of it, which I hadn't noticed before ;-)
If a widget, an input box or a dialog has focus, we should allow paste
to paste text by default. We already take care to disable the keyboard
manager in these cases, so I check this to decide to handle the paste
event.
In Firefox this isn't needed, because Ctrl+V is registered as the
shortcut to bring up the paste dialog, so it only works when the
keyboard manager is enabled.
10 years ago
..
auth
make cookies httponly by default
10 years ago
base
Merge pull request #1261 from cc272309126/master
10 years ago
edit
s/jupyter_notebook/notebook
11 years ago
files
Remove usage of encode/decodestring, Deprecated, replace by bytes equiv.
10 years ago
kernelspecs
s/jupyter_notebook/notebook
11 years ago
lab
Fix webpack config and update plugins dep
10 years ago
nbconvert
Remove usage of encode/decodestring, Deprecated, replace by bytes equiv.
10 years ago
notebook
New approach working, old approach gone.
10 years ago
services
allow using sqlite from pysqlite2
10 years ago
static
Don't paste cells in chrome when keyboard manager is disabled
10 years ago
templates
Remove deprecatedwidgets handler, because it's backwards compat support for ipywidgets 3.0
10 years ago
terminal
move common websocket methods to WebSocketMixin
11 years ago
tests
some tests, fixes for nbextension aliases
10 years ago
tree
New approach working, old approach gone.
10 years ago
__init__.py
s/jupyter_notebook/notebook
11 years ago
__main__.py
s/jupyter_notebook/notebook
11 years ago
_sysinfo.py
Don't run git unless it looks like we are in a repo.
11 years ago
_version.py
Bump version to 5.0.0.dev
10 years ago
allow76.py
s/jupyter_notebook/notebook
11 years ago
jstest.py
add comment about base URL prefixes in tests
11 years ago
log.py
Use `dict()` to convert the mapping to a dictionary
11 years ago
nbextensions.py
Merge pull request #1275 from minrk/fix-validation-warnings
10 years ago
notebookapp.py
Fix horrible horrible widget with a more horrible hack 💩
10 years ago
serverextensions.py
add `--system` flag for enable/disable
10 years ago
utils.py
Updated same_file to check for same device
10 years ago