Kevin Bates
6a3f4a79dd
Merge pull request #5976 from rjn01/master
...
Docs-Translations: Updated Hindi and Chinese Readme.md
2021-02-08 08:36:14 -08:00
Kevin Bates
fb443d3dff
Merge pull request #5974 from blairdrummond/prometheus-auth-default
...
Allow /metrics by default if auth is off
2021-02-08 08:33:10 -08:00
Kevin Bates
ccb2d18d9a
Merge pull request #5978 from dlrice/patch-1
...
Update security.rst
2021-02-08 08:32:02 -08:00
Daniel Rice
993286209a
Update security.rst
2021-02-07 11:58:38 +00:00
blair drummond
2712dc4226
change authenticate_prometheus default
2021-02-05 10:13:25 -05:00
rjn01
05f1c51169
Updated Docs-Translations
2021-02-05 19:47:50 +05:30
Kevin Bates
8cd9a5f78a
Merge pull request #5957 from afshin/contents-manager
...
Allow jupyter_server-based contents managers in notebook
2021-02-02 14:54:37 -08:00
Kevin Bates
5d96514eb0
Merge pull request #5966 from kevin-bates/gateway-async-km
...
Update GatewayKernelManager to derive from AsyncMappingKernelManager
2021-02-02 14:50:10 -08:00
Zachary Sailer
c353da48c7
Merge pull request #5968 from kevin-bates/skip-terminal-test-win-3.9
...
Skip terminal tests on Windows 3.9+ (temporary)
2021-01-29 14:08:58 -08:00
Kevin Bates
434c5cb4cb
Skip collection of terminal tests on Windows 3.9+
2021-01-29 11:15:42 -08:00
Zachary Sailer
5c081a3d8c
Merge pull request #5965 from kevin-bates/drop-pyzmq-ioloop
...
Drop use of deprecated pyzmq.ioloop
2021-01-29 09:29:21 -08:00
Zachary Sailer
a7089e05b9
Merge pull request #5937 from Carreau/doc-ext
...
DOC: Server extension, extra docs on configuration/authentication.
2021-01-29 09:28:13 -08:00
Zachary Sailer
3f64d74fe1
Merge pull request #5952 from kevin-bates/cull-test-idle-timeout
...
Increase culling test idle timeout
2021-01-29 09:26:54 -08:00
Zachary Sailer
5c1c8c1410
Merge pull request #5962 from kevin-bates/drop-3.5
...
Drop support for Python 3.5
2021-01-29 09:26:09 -08:00
Kevin Bates
198178f4bf
Drop use of deprecated pyzmq.ioloop
2021-01-28 14:53:48 -08:00
Kevin Bates
3e69164479
Update GatewayKernelManager to derive from AsyncMappingKernelManager
2021-01-28 14:51:19 -08:00
Steven Silvester
ff5399a5c8
Update notebook/notebookapp.py
...
Co-authored-by: Kevin Bates <kbates4@gmail.com>
2021-01-28 15:04:19 -06:00
Kevin Bates
2a90e23434
Drop Python 3.5
2021-01-27 11:57:09 -08:00
Afshin T. Darian
3865b7f2e5
Allow jupyter_server-based contents managers in notebook
2021-01-21 16:12:57 +00: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
Kevin Bates
c89c359906
Increase culling test idle timeout
2021-01-17 09:59:57 -08: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
Matthias Bussonnier
e437bad1a5
DOC: Server extension, extra docs on configuration/authentication.
...
That give most of the information a user needs to write a full-fledge
extension without having to look into tornado documentation:
- Authentication: I think all handler should be authenticated by
default.
- Managing state and accessing server state from the handlers: I don't
think there is many interesting things you can do without accessing
server state and configuration.
2021-01-13 08:09:13 -08: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