magda
22b40c0deb
Clean up by removing unused styles.
6 years ago
magda
0c4e65d2c5
Make global tooltip styles class-scoped
...
- Change the scope of styles specific to `.dynamic-buttons` to that class only (introed in https://github.com/jupyter/notebook/pull/4729 )
- Drop the width style from tooltips since `display: inline` makes it have no effect
Fixes #5670
6 years ago
Kevin Bates
9cc562d339
Merge pull request #5662 from rails-to-cosmos/master
...
Fix russian message format for delete/duplicate actions
6 years ago
Rails to Cosmos
8ba55d47ef
Fix russian message format for delete/duplicate actions
6 years ago
Steven Silvester
e67f910d1c
Back to dev version
6 years ago
Steven Silvester
4489ca6b59
Release 6.1.1
6 years ago
Kevin Bates
73e6c27369
Prevent inclusion of requests_unixsocket on Windows ( #5650 )
...
* Prevent inclusion of requests_unixsocket on Windows
* lazily import
Co-authored-by: Steven Silvester <stslve@amazon.com>
6 years ago
Kevin Bates
a8fbe7df2e
Back to dev version
6 years ago
Kevin Bates
681497fb7b
Release 6.1.0
6 years ago
Kevin Bates
97a89ff367
Update 6.1 changelog with post rc1 changes ( #5639 )
...
* Update 6.1 changelog with post rc1 changes
6 years ago
Kevin Bates
6f6f33b98c
Merge pull request #5637 from akdor1154/update-codemirror-again
...
update codemirror to 5.56.0+components1
6 years ago
Jarrad Whitaker
70d8b86467
update codemirror to 5.56.0+components1
6 years ago
Zachary Sailer
42227e99f9
Merge pull request #5593 from levinxo/master
...
kill notebook its self when server cull idle kernel (new fix)
6 years ago
Christophe Cadilhac
7978c0f763
Add keyboard shortcuts to menu dropdowns ( #5525 )
...
* render keyboard shortcuts from KeyboardManager
render keyboard shortcuts from KeyboardManager
* float menu keybindings to the right
* Clean up styling
* Humanize keybindings for display
* Add some missing menu item/action pairs
* Move styles to stylesheet
* remove click event add/removal in enable/disable_paste
* change the CSS rule to avoid wrapping in the middle of the shortcut text (#2759 )
Co-authored-by: Aaron Myatt <aaronmyatt@gmail.com>
Co-authored-by: Grant Nestor <grantnestor@gmail.com>
Co-authored-by: Jarrad Whitaker <JWhitaker@officeworks.com.au>
Co-authored-by: Pierre Monod-Broca <pierremonodbroca@gmail.com>
6 years ago
Steinar Sturlaugsson
a94d316d26
Fixes 3182 ( #5598 )
...
Issue 3182 "Can't paste two images from clipboard in markdown cell"
happens when the user tries to paste a second image into a text
cell and the image gets the same attachment key as the previous one.
This patch fixes that issue by adding an index to each picture that's
pasted after the previous one. Example:
* User pastes an image blob A. The text ``
is added to the text cell and the blob is saved as attachment `image.png`
* The user pastes a second image blob B. The same happens as with blob
A, except the key is now `image-1.png` rather than `image.png`
Special case:
If the user pastes the exact same blob A twice, it will not be added to
the attachments, but the textcell will get a second entry of
``.
6 years ago
Mohammad Mostafa Farzan
9de5042e10
Add a metadata tag to override notebook direction (ltr/rtl) ( #5052 )
...
* Add a metadata tag to control notebook/cell direction (ltr/rtl)
* Fix test errors
6 years ago
Dmitriy Q
356966ab0b
russian i18n - 100% ( #5571 )
...
* russian i18n - 5%
* nbui.po - 73%
* nbui.po - 100%
* 30%
* notebook.po - 100%
* 32%
* 42%
* 60%
* nbjs.po - 100%
6 years ago
Kevin Bates
f5d6995089
Merge pull request #5587 from NemesisFLX/jupyter_token_file
...
Added support for JUPYTER_TOKEN_FILE
6 years ago
Felix Mönckemeyer
4d1bdf8027
Added help description
6 years ago
Kevin Bates
9d4852d19e
Merge pull request #5616 from akdor1154/bump-codemirror
...
bump CodeMirror to 5.55.0
6 years ago
Kevin Bates
e81c8d42f9
Update marked package version to 0.7 ( #5617 )
6 years ago
Jarrad Whitaker
8ca68ccdd8
bump CodeMirror to 5.55.0
6 years ago
Kevin Bates
b8b546841e
Merge pull request #5600 from Nishikoh/Fix-broken-link
...
Fix broken links for contributor
6 years ago
Koki Nishihara
a8522bb0f2
Fix link to `Project Jupyter Documentation Guide`
6 years ago
Koki Nishihara
ff509cc42a
Fix broken links
...
The link to the `Project Jupyter Documentation Guide` is broken.
Fixed it links.
6 years ago
Remi Rampin
617f7468fe
Implement password hashing with bcrypt ( #3793 )
...
* Use bcrypt for notebook.auth.security
* Add bcrypt to install_requires
* Add test for bcrypt
* Switch to argon2-cffi
6 years ago
levinxo
edc261c0f7
kill notebook its self when server cull idle kernel
6 years ago
Kevin Bates
0df10dee3e
Merge pull request #5588 from dlukes/login-shell
...
Improve login shell heuristics
6 years ago
David Lukes
d157fa8fed
Document login vs. non-login shell behavior
6 years ago
Felix Mönckemeyer
e08b300251
Fixed typo
6 years ago
Felix Mönckemeyer
c8d41130e6
Added support for JUPYTER_TOKEN_FILE
6 years ago
Kevin Bates
3941004e68
Merge pull request #5545 from adamblake/patch-1
...
Respect cell.is_editable during find-and-replace
6 years ago
David Lukes
fad1ce56e3
Improve login shell heuristics
...
Co-authored-by: Kevin Bates <kbates4@gmail.com>
6 years ago
David Lukes
b152dd314d
Nested shells should not be login ( #5247 ) ( #5565 )
6 years ago
Kevin Bates
94af525a2c
Merge pull request #5556 from cool-RR/2020-06-25-raise-from
...
Fix exception causes all over the codebase
6 years ago
Ram Rachum
7d375282a9
Fix exception causes all over the codebase
6 years ago
Kevin Bates
db46c594bb
Merge pull request #5530 from cool-RR/patch-1
...
Fix exception causes in handlers.py
6 years ago
Kevin Bates
2a21e2a82f
Merge pull request #5544 from LaurMerl/custom-display-url
...
FIX: removed double link when custom_display_url (#5400 )
6 years ago
Adam Blake
f2db0265d4
Respect cell.is_editable during find-and-replace
...
Find and replace (searchandreplace.js) will overwrite the contents of cells even if they are marked as non-editable. Add a check against the cell's is_editable() method to ensure this only happens for editable cells.
6 years ago
Laura Merlo
95348dd1de
FIX: removed double link when custom_display_url ( #5400 )
6 years ago
Kevin Bates
9fa644bbe4
Merge pull request #4043 from reece/4029-header-and-footer
...
closes #4029 : implement optional markdown header and footer files
6 years ago
Kevin Bates
7866742422
Merge pull request #5541 from kevin-bates/py38
...
Add python 3.8, begin testing 3.9-dev
6 years ago
Kevin Bates
e866120cff
Add python 3.8, begin testing 3.9-dev
6 years ago
Ram Rachum
54e58be448
Fix exception causes in handlers.py
6 years ago
Steven Silvester
b5a488835e
remove commented out code
6 years ago
Reece Hart
427bc961ee
closes #4029 : implement optional markdown header and footer files
6 years ago
Kevin Bates
e937fd7992
Back to dev version
6 years ago
Kevin Bates
36bc44a82c
Release 6.1.0rc1
6 years ago
E. M. Bray
8e7c99ad8d
Workaround for socket permission errors on Cygwin ( #4584 )
...
* Workaround for wrong errno on socket bind permission errors on Cygwin.
* [ci skip] Add period to comment
Co-authored-by: Steven Silvester <stslve@amazon.com>
6 years ago
mattn
dbfa82c3e7
Add japanese translation files ( #4490 )
...
* Add japanese translation
* Add translations
* rename
* Add fallback to match Accept-Language to the UNIX locale.
* Fix supported_languages
* Do not add if exists
* Do not add en
* Fix translation
* Add translation
* Fix typo
* Update notebook/i18n/ja_JP/LC_MESSAGES/nbjs.po
Co-Authored-By: mattn <mattn.jp@gmail.com>
* Update notebook/i18n/ja_JP/LC_MESSAGES/nbjs.po
Co-Authored-By: mattn <mattn.jp@gmail.com>
* Update notebook/i18n/ja_JP/LC_MESSAGES/nbjs.po
Co-Authored-By: mattn <mattn.jp@gmail.com>
* Update notebook/i18n/ja_JP/LC_MESSAGES/nbjs.po
Co-Authored-By: mattn <mattn.jp@gmail.com>
* Update notebook/i18n/ja_JP/LC_MESSAGES/nbjs.po
Co-Authored-By: mattn <mattn.jp@gmail.com>
* Update notebook/i18n/ja_JP/LC_MESSAGES/nbui.po
Co-Authored-By: mattn <mattn.jp@gmail.com>
* Update notebook/i18n/ja_JP/LC_MESSAGES/nbjs.po
Co-Authored-By: mattn <mattn.jp@gmail.com>
* Update notebook/i18n/ja_JP/LC_MESSAGES/notebook.po
Co-Authored-By: mattn <mattn.jp@gmail.com>
* Fixes some pointed by review
* Add translation
Co-authored-by: Kenichi Ito <ken.i54k@gmail.com>
6 years ago