Commit Graph

11997 Commits

Author SHA1 Message Date
Kevin Bates
198178f4bf
Drop use of deprecated pyzmq.ioloop 2021-01-28 14:53:48 -08:00
Kevin Bates
a9f0469709
Merge pull request #5954 from insolor/russian-translation-fixes
Russian translation fixes
2021-01-18 08:45:50 -08:00
insolor
8f2fbdb331 Make more human Russain translation of the "Toggle" term 2021-01-18 14:11:57 +03:00
insolor
1c20ad9d0f Fix Russain translation for "In" and "Out" 2021-01-18 14:11:57 +03:00
Zachary Sailer
f6966e49be
Merge pull request #5941 from afshin/answer-yes
Re-enable support for answer_yes flag
2021-01-14 10:21:00 -08:00
Afshin T. Darian
b6297d011e Re-enable support for answer_yes flag 2021-01-14 16:11:37 +00:00
Zachary Sailer
1cb0c05323
Merge pull request #5938 from kevin-bates/gh-actions
Replace Travis and Appveyor with Github Actions
2021-01-13 15:56:44 -08:00
Kevin Bates
364ac5257d
Replace Travis and Appveyor with Github Actions 2021-01-13 15:07:02 -08:00
Steven Silvester
358714829a Back to dev version 2021-01-13 10:32:47 -06:00
Steven Silvester
57fcc413b4 Release 6.2.0 2021-01-13 10:30:49 -06:00
Zachary Sailer
24d4492044
add change log for 6.1.6 and 6.2.0 (#5936) 2021-01-13 10:27:02 -06:00
Zachary Sailer
663b5bee66
Merge pull request #5934 from kevin-bates/shim-mathjax
Add shim to mathjaxutils.js
2021-01-12 14:02:31 -08:00
Kevin Bates
e67c331a4e
Add shim to mathjaxutils.js 2021-01-12 11:52:28 -08:00
Kevin Bates
57db70979b
Merge pull request #5928 from mishaschwartz/persist-cell-id
Ensure that cell ids persist after save
2021-01-11 17:19:11 -08:00
Kevin Bates
8d0af52125
Adjust skip decorators to avoid remaining dependency on nose (#5932) 2021-01-10 22:34:11 -08:00
Kevin Bates
245ca66603
Increase minimum tornado version (#5933) 2021-01-10 22:33:10 -08:00
Kevin Bates
71e402fff0
Merge pull request #5924 from oyvsyo/gateway_connection_retry
Add reconnection to Gateway (form nb2kg)
2021-01-06 08:06:29 -08:00
mishaschwartz
a5d7528994 cell copy: make sure that cell id is not copied when copying cell 2021-01-06 10:32:01 -05:00
mishaschwartz
b070efc32c cell data: make sure that the cell id (from nbformat 4.5) is kept when saving notebooks 2021-01-06 10:03:26 -05:00
Dvoiak Stepan
d95f251ac6
Update notebook/gateway/managers.py
Co-authored-by: Kevin Bates <kbates4@gmail.com>
2021-01-05 18:23:32 +02:00
sd
cd102428ca traitlets Int for gateway_retry_max parameter 2021-01-05 13:40:02 +02:00
sd
ba0f490c94 mirrored logic from https://github.com/jupyter/nb2kg/pull/45 to notebook/gateway 2021-01-05 13:19:22 +02:00
Kevin Bates
16727777f5
Merge pull request #5894 from stefanor/trashpermissionerror
Handle TrashPermissionError, now that it exists
2021-01-03 10:45:16 -08:00
Kevin Bates
083df1bf5e
Merge pull request #5917 from user202729/patch-2
Fix some typos
2020-12-30 10:31:35 -08:00
user202729
3cc628e3fe Fix typo 2020-12-29 16:57:38 +07:00
Zsailer
fb5deeed23 Back to dev version 2020-12-23 14:56:23 -08:00
Zsailer
e39ccb9188 Release 6.1.6 2020-12-23 14:52:50 -08:00
Zachary Sailer
63450082ea
Merge pull request #5875 from kevin-bates/kernel-list-race-condition
Fix race condition with async kernel management
2020-12-23 12:06:07 -08:00
Kevin Bates
24bf3a5a73
Merge pull request #5898 from minrk/allow_origin_wildcard
handle allow_origin='*' in check_referer
2020-12-19 10:07:18 -08:00
Min RK
5abcbd3e9f
Merge pull request #5908 from SylvainCorlay/nudge-kernel
ensure iopub subscriptions propagate prior to accepting websocket connections
2020-12-18 12:20:59 +01:00
Min RK
672f0a6e20 nudge: handle failure cases
- connect iopub first (tiny effect on the race!)
- docstrings, log details
- resolve immediately if kernel is busy, rather than setting up timeouts, futures
- use gen.with_timeout instead of separately managed timeout
- use gen.multi to wait for both futures instead of duplicated check in each handler, third Future
- add various cancel conditions (sockets closed, kernel stopped, etc.)
2020-12-18 11:21:48 +01:00
Sylvain Corlay
94678545db Use transient shell channel, and do not nudge busy kernels 2020-12-17 15:28:50 +01:00
Min RK
f716328d90 relax busy/idle ordering on reconnect
nudge can leak idle messages, so it could be busy->idle, or idle->busy->idle.

The important thing is that we get at least one idle message
2020-12-17 13:27:49 +01:00
Sylvain Corlay
b4f5f6b4d4 Log nudge attempt count at warning-level if it keeps going up
Co-authored-by: Min RK <benjaminrk@gmail.com>
2020-12-17 13:27:02 +01:00
Sylvain Corlay
708c8c7c51
Merge pull request #5911 from dtaniwaki/patch-1
Fix typo
2020-12-16 09:09:47 +01:00
Sylvain Corlay
2c87813ef4 Add counter for nudge attempts 2020-12-15 18:32:35 +01:00
Sylvain Corlay
9770ef7760 Review: open is not a coroutine 2020-12-15 17:33:38 +01:00
Daisuke Taniwaki
caab6baeca
Fix typo 2020-12-15 15:18:02 +09:00
Min RK
067c3993f2 handle allow_origin='*' in check_referrer
allow_origin can be the wildcard '*' to allow any host

check_referer should match check_origin
2020-12-14 14:27:42 +01:00
Min RK
3b974015c9
Merge pull request #5907 from bollwyvl/fix-asyncio-win-patch-version
do not apply asyncio patch for tornado >=6.1
2020-12-14 14:23:32 +01:00
Sylvain Corlay
7a3ae6e4a4 Nudge kernel with info request until we receive IOPub messages 2020-12-12 10:46:56 +01:00
Nicholas Bollweg
73c9ac1b2c do not apply asyncio patch for tornado >=6.1 2020-12-10 20:05:40 -05:00
Zachary Sailer
0c83c9d59f
Merge pull request #5889 from jmandreoli/patch-1
Added section for file editor configuration
2020-12-09 08:29:52 -08:00
Kevin Bates
c5a0f804f0
Merge pull request #5893 from mgeier/review-notebook-examples
example notebook: don't recommend using $$...$$ for display math
2020-12-09 08:14:09 -08:00
Kevin Bates
eb2b4c6a7f
Merge pull request #5896 from Zsailer/issue_template
Add an issue template and issue landing page.
2020-12-02 16:23:18 -08:00
Zsailer
13bc0d6a1c clearly distinguish this/that in issue template pointing at discourse 2020-12-02 11:45:20 -08:00
Zsailer
1a1bf7dfb2 add issue template 2020-12-02 11:37:10 -08:00
Stefano Rivera
7bcc824873 Handle send2trash failure in test_delete_non_empty_dir
If the test working directory isn't trashable, we expect to not be able
to delete the non-empty directory.
2020-12-01 14:11:52 -08:00
Stefano Rivera
6a46458f1f Check for TrashPermissionError rather than guess
_check_trash() was added (in #3304) because TrashPermissionError didn't
exist, yet.

Now that it does, we can use it, and stop guessing what will cause a
permission problem.

Closes: #3374
2020-12-01 13:17:36 -08:00
Matthias Geier
99adc0e5c4 example notebook: don't recommend using $$...$$ for display math 2020-12-01 17:34:21 +01:00