Kevin Bates
466f0f3096
Merge pull request #5780 from bdbai/patch-2
...
Update translation for zh_CN
6 years ago
Kevin Bates
bc28d61231
Merge pull request #5789 from mueslo/patch-1
...
Fix _check_pid_win32
6 years ago
mueslo
cd91bd1ac8
Prevent leaking of handle in _check_pid_win32
...
credit to @garu57
fixes #4862
6 years ago
Kevin Bates
2b47644820
Merge pull request #5769 from hrnciar/requests-unixsocket-import
...
Move requests_unixsocket import outside of UNIXSocketNotebookTestBase.fetch_url()
6 years ago
Tomas Hrnciar
63ee7ac809
Move requests_unixsocket import outside of fetch_url()
6 years ago
Kevin Bates
d5bcecd4c9
Merge pull request #5783 from hrnciar/sphinx_rtd_theme-dependency
...
Add sphinx_rtd_theme to documentation dependencies in setup.py
6 years ago
Tomas Hrnciar
cdb103c3f0
Add sphinx_rtd_theme to documentation dependencies in setup.py
...
Fixes : #5781
6 years ago
包布丁
30097e16d9
Update translation for zh_CN
6 years ago
Kevin Bates
09ba565c96
Merge pull request #5742 from mriedem/5740-docs-frontend-config-links
...
Embed frontend_config toctree in config_overview
6 years ago
Matt Riedemann
02b1769e5d
Embed frontend_config toctree in config_overview
...
The section `Notebook front-end client` in the config overview
page was essentially a toc tree except the sub-section links
went to the top of the frontend_config page rather than the real
sub-sections in that page because they all used the same reference.
Rather than create a unique reference for each sub-section in the
frontend_config page, this simply embeds the frontend_config toctree
within the config_overview page which essentially has the same effect.
Closes #5740
6 years ago
Kevin Bates
a35b511991
Back to dev version
6 years ago
Kevin Bates
d8308e1380
Release 6.1.4
6 years ago
Pavel Panchekha
e6e05853d0
Update notebook.js ( #5733 )
6 years ago
Kevin Bates
5af23431d6
Merge pull request #5730 from bdbai/patch-1
...
Fix typo for Check in zh_CN
6 years ago
包布丁
652e86c3cd
Remove unnecessary ellipses
6 years ago
包布丁
c84af49dfd
Remove ellipsis
6 years ago
包布丁
9e7c8515a8
Fix typo for Check in zh_CN
6 years ago
Kevin Bates
4255cfe4d3
Merge pull request #5720 from Zsailer/download-files-bug
...
bug fix: remove double encoding in download files
6 years ago
Zsailer
45a7616075
bug fix: remove double encoding in download files
6 years ago
Zachary Sailer
2e5cf497a6
Merge pull request #5695 from kevin-bates/troubleshooting-docs
...
Add additional entries to troubleshooting section
6 years ago
Zachary Sailer
bb55a1b41c
Update docs/source/troubleshooting.rst
6 years ago
Zachary Sailer
138b406f00
Merge pull request #5703 from Zsailer/revert-html-alignment
...
Revert change in page alignment
6 years ago
Kevin Bates
78f185f76a
Add reference to IPython docs for multi-env scenarios
6 years ago
Zsailer
31fc47aa77
revert change in page alignment
6 years ago
Kevin Bates
1587a61468
Add additional entries to troubleshooting section
6 years ago
Zachary Sailer
a11d686f61
Merge pull request #5686 from jaipreet-s/patch-1
...
Fix broken links to jupyter documentation
6 years ago
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.
6 years ago
Kevin Bates
8ef7e0bb49
Back to dev version
6 years ago
Kevin Bates
2d8b28adc0
Release 6.1.3
6 years ago
Kevin Bates
cd9d0c9fe1
Merge pull request #5676 from jupyter/title-by-label
...
Title new buttons with label if action undefined
6 years ago
Kyle Kelley
311a4c70e8
Title new buttons with label if action undefined
6 years ago
Kevin Bates
7ca3b22128
Back to dev version
6 years ago
Kevin Bates
38d8308382
Release 6.1.2
6 years ago
Zachary Sailer
0c2d119be4
Merge pull request #5672 from magdapoppins/tooltip-style-scope-fix
...
Tooltip style scope fix
6 years ago
Zachary Sailer
498b0bcefb
Merge pull request #5666 from kevin-bates/bind-unix-socket
...
Remove unnecessary import of bind_unix_socket
6 years ago
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
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.
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