Commit Graph

12054 Commits

Author SHA1 Message Date
Zsailer
31fc47aa77 revert change in page alignment 2020-08-27 16:26:50 -07:00
Kevin Bates
1587a61468
Add additional entries to troubleshooting section 2020-08-25 16:52:58 -07:00
Zachary Sailer
a11d686f61
Merge pull request #5686 from jaipreet-s/patch-1
Fix broken links to jupyter documentation
2020-08-18 15:02:48 -07:00
Jaipreet Singh
1dad47ac13
Fix broken links to jupyter documentation
After https://github.com/jupyter/jupyter/pull/523, the paths for a few links were moved from `/projects` to `/use`

This has broken the first 2 links under https://jupyter-notebook.readthedocs.io/en/stable/config_overview.html#jupyter-s-common-configuration-system 

This change modifies the code to use the new paths.
2020-08-18 14:30:35 -07:00
Kevin Bates
8ef7e0bb49
Back to dev version 2020-08-12 17:34:35 -07:00
Kevin Bates
2d8b28adc0
Release 6.1.3 2020-08-12 17:28:22 -07:00
Kevin Bates
cd9d0c9fe1
Merge pull request #5676 from jupyter/title-by-label
Title new buttons with label if action undefined
2020-08-12 17:04:45 -07:00
Kyle Kelley
311a4c70e8
Title new buttons with label if action undefined 2020-08-12 13:40:19 -07:00
Kevin Bates
7ca3b22128
Back to dev version 2020-08-12 09:50:01 -07:00
Kevin Bates
38d8308382
Release 6.1.2 2020-08-12 09:44:42 -07:00
Zachary Sailer
0c2d119be4
Merge pull request #5672 from magdapoppins/tooltip-style-scope-fix
Tooltip style scope fix
2020-08-12 09:01:57 -07:00
Zachary Sailer
498b0bcefb
Merge pull request #5666 from kevin-bates/bind-unix-socket
Remove unnecessary import of bind_unix_socket
2020-08-12 09:00:03 -07:00
magda
22b40c0deb Clean up by removing unused styles. 2020-08-12 09:03:00 +03:00
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
2020-08-12 09:02:34 +03:00
Kevin Bates
e32031f78c
Remove unnecessary import of bind_unix_socket
Also found that windows pid detection is not reliable, so added extra
check to detect server has been stopped.
2020-08-07 15:19:31 -07:00
Kevin Bates
9cc562d339
Merge pull request #5662 from rails-to-cosmos/master
Fix russian message format for delete/duplicate actions
2020-08-07 07:16:29 -07:00
Rails to Cosmos
8ba55d47ef Fix russian message format for delete/duplicate actions 2020-08-07 14:41:59 +03:00
Steven Silvester
e67f910d1c Back to dev version 2020-08-03 13:55:42 -05:00
Steven Silvester
4489ca6b59 Release 6.1.1 2020-08-03 13:52:47 -05:00
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>
2020-08-03 13:47:09 -05:00
Kevin Bates
a8fbe7df2e
Back to dev version 2020-07-31 11:35:31 -07:00
Kevin Bates
681497fb7b
Release 6.1.0 2020-07-31 10:59:17 -07:00
Kevin Bates
97a89ff367
Update 6.1 changelog with post rc1 changes (#5639)
* Update 6.1 changelog with post rc1 changes
2020-07-31 10:28:27 -07:00
Kevin Bates
6f6f33b98c
Merge pull request #5637 from akdor1154/update-codemirror-again
update codemirror to 5.56.0+components1
2020-07-31 07:29:38 -07:00
Jarrad Whitaker
70d8b86467 update codemirror to 5.56.0+components1 2020-07-30 12:41:46 +10:00
Zachary Sailer
42227e99f9
Merge pull request #5593 from levinxo/master
kill notebook its self when server cull idle kernel (new fix)
2020-07-23 13:08:56 -07:00
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>
2020-07-23 14:56:39 -05:00
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 `![image.png](attachment:image.png)`
  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
`![image.png](attachment:image.png)`.
2020-07-23 14:56:27 -05:00
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
2020-07-23 14:55:47 -05:00
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%
2020-07-23 14:54:49 -05:00
Kevin Bates
f5d6995089
Merge pull request #5587 from NemesisFLX/jupyter_token_file
Added support for JUPYTER_TOKEN_FILE
2020-07-23 11:59:41 -07:00
Toon Baeyens
238828e36d refactor code duplication of markdown renderers 2020-07-23 08:30:27 +02:00
Toon Baeyens
3f50688d51 enforce deterministic order
detect deletion of files
2020-07-23 08:29:11 +02:00
tobaeyen
cbb9c150a2 windows does not specify the mimetype of a file, removing check 2020-07-23 08:29:11 +02:00
Toon Baeyens
a4ac2750b1 fix test 2020-07-23 08:29:11 +02:00
Toon Baeyens
3329474803 some documentation 2020-07-23 08:29:11 +02:00
Toon Baeyens
cba497548c unify markdown generation 2020-07-23 08:29:11 +02:00
Toon Baeyens
8ef36d1868 only update when necessary 2020-07-23 08:29:11 +02:00
Toon Baeyens
5897787b5f view readme in directory 2020-07-23 08:29:11 +02:00
Felix Mönckemeyer
4d1bdf8027
Added help description 2020-07-22 19:33:09 +02:00
Kevin Bates
9d4852d19e
Merge pull request #5616 from akdor1154/bump-codemirror
bump CodeMirror to 5.55.0
2020-07-20 10:35:00 -07:00
Kevin Bates
e81c8d42f9
Update marked package version to 0.7 (#5617) 2020-07-20 09:55:21 -05:00
Jarrad Whitaker
8ca68ccdd8 bump CodeMirror to 5.55.0 2020-07-18 15:26:35 +10:00
Kevin Bates
b8b546841e
Merge pull request #5600 from Nishikoh/Fix-broken-link
Fix broken links for contributor
2020-07-11 08:26:13 -07:00
Koki Nishihara
a8522bb0f2
Fix link to Project Jupyter Documentation Guide 2020-07-12 00:11:37 +09:00
Koki Nishihara
ff509cc42a
Fix broken links
The link to the `Project Jupyter Documentation Guide` is broken.
Fixed it links.
2020-07-11 07:54:49 +09:00
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
2020-07-10 05:33:19 -05:00
levinxo
edc261c0f7 kill notebook its self when server cull idle kernel 2020-07-09 15:40:53 +08:00
Kevin Bates
0df10dee3e
Merge pull request #5588 from dlukes/login-shell
Improve login shell heuristics
2020-07-07 07:40:41 -07:00
David Lukes
d157fa8fed Document login vs. non-login shell behavior 2020-07-07 08:29:47 +02:00