Karolina Surma
92a388c04a
Add square logo and desktop entry files ( #6010 )
...
* Add square logo and desktop entry files
* Install desktop file and icon using data files.
Co-authored-by: Karolina Surma <ksurma@redhat.com>
5 years ago
Afshin Taylor Darian
20f7e9e697
Modernize Changelog ( #6008 )
5 years ago
Zachary Sailer
406be47478
Merge pull request #5986 from frenzymadness/patch-1
...
Remove configuration for nosetests from setup.cfg
5 years ago
Zachary Sailer
dc8b70519f
Merge pull request #5999 from mgeier/import-inspect
...
Add missing "import inspect"
5 years ago
Matthias Geier
346c635595
Add missing "import inspect"
5 years ago
Zachary Sailer
4b2e849e83
Merge pull request #5989 from thomasrockhu/codecov-badge
...
Add Codecov badge to README
5 years ago
Tom Hu
a36615351a
Add Codecov badge to README
5 years ago
Lumír 'Frenzy' Balhar
e10df007b3
Remove configuration for nosetests from setup.cfg
5 years ago
Kevin Bates
6a3f4a79dd
Merge pull request #5976 from rjn01/master
...
Docs-Translations: Updated Hindi and Chinese Readme.md
5 years ago
Kevin Bates
fb443d3dff
Merge pull request #5974 from blairdrummond/prometheus-auth-default
...
Allow /metrics by default if auth is off
5 years ago
Kevin Bates
ccb2d18d9a
Merge pull request #5978 from dlrice/patch-1
...
Update security.rst
5 years ago
Daniel Rice
993286209a
Update security.rst
5 years ago
blair drummond
2712dc4226
change authenticate_prometheus default
5 years ago
rjn01
05f1c51169
Updated Docs-Translations
5 years ago
Kevin Bates
8cd9a5f78a
Merge pull request #5957 from afshin/contents-manager
...
Allow jupyter_server-based contents managers in notebook
5 years ago
Kevin Bates
5d96514eb0
Merge pull request #5966 from kevin-bates/gateway-async-km
...
Update GatewayKernelManager to derive from AsyncMappingKernelManager
5 years ago
Zachary Sailer
c353da48c7
Merge pull request #5968 from kevin-bates/skip-terminal-test-win-3.9
...
Skip terminal tests on Windows 3.9+ (temporary)
5 years ago
Kevin Bates
434c5cb4cb
Skip collection of terminal tests on Windows 3.9+
5 years ago
Zachary Sailer
5c081a3d8c
Merge pull request #5965 from kevin-bates/drop-pyzmq-ioloop
...
Drop use of deprecated pyzmq.ioloop
5 years ago
Zachary Sailer
a7089e05b9
Merge pull request #5937 from Carreau/doc-ext
...
DOC: Server extension, extra docs on configuration/authentication.
5 years ago
Zachary Sailer
3f64d74fe1
Merge pull request #5952 from kevin-bates/cull-test-idle-timeout
...
Increase culling test idle timeout
5 years ago
Zachary Sailer
5c1c8c1410
Merge pull request #5962 from kevin-bates/drop-3.5
...
Drop support for Python 3.5
5 years ago
Kevin Bates
198178f4bf
Drop use of deprecated pyzmq.ioloop
5 years ago
Kevin Bates
3e69164479
Update GatewayKernelManager to derive from AsyncMappingKernelManager
5 years ago
Steven Silvester
ff5399a5c8
Update notebook/notebookapp.py
...
Co-authored-by: Kevin Bates <kbates4@gmail.com>
5 years ago
Kevin Bates
2a90e23434
Drop Python 3.5
5 years ago
Afshin T. Darian
3865b7f2e5
Allow jupyter_server-based contents managers in notebook
5 years ago
Kevin Bates
a9f0469709
Merge pull request #5954 from insolor/russian-translation-fixes
...
Russian translation fixes
5 years ago
insolor
8f2fbdb331
Make more human Russain translation of the "Toggle" term
5 years ago
insolor
1c20ad9d0f
Fix Russain translation for "In" and "Out"
5 years ago
Kevin Bates
c89c359906
Increase culling test idle timeout
5 years ago
Zachary Sailer
f6966e49be
Merge pull request #5941 from afshin/answer-yes
...
Re-enable support for answer_yes flag
5 years ago
Afshin T. Darian
b6297d011e
Re-enable support for answer_yes flag
5 years ago
Zachary Sailer
1cb0c05323
Merge pull request #5938 from kevin-bates/gh-actions
...
Replace Travis and Appveyor with Github Actions
5 years ago
Kevin Bates
364ac5257d
Replace Travis and Appveyor with Github Actions
5 years ago
Steven Silvester
358714829a
Back to dev version
5 years ago
Steven Silvester
57fcc413b4
Release 6.2.0
5 years ago
Zachary Sailer
24d4492044
add change log for 6.1.6 and 6.2.0 ( #5936 )
5 years ago
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.
5 years ago
Zachary Sailer
663b5bee66
Merge pull request #5934 from kevin-bates/shim-mathjax
...
Add shim to mathjaxutils.js
5 years ago
Kevin Bates
e67c331a4e
Add shim to mathjaxutils.js
5 years ago
Kevin Bates
57db70979b
Merge pull request #5928 from mishaschwartz/persist-cell-id
...
Ensure that cell ids persist after save
5 years ago
Kevin Bates
8d0af52125
Adjust skip decorators to avoid remaining dependency on nose ( #5932 )
5 years ago
Kevin Bates
245ca66603
Increase minimum tornado version ( #5933 )
5 years ago
Kevin Bates
71e402fff0
Merge pull request #5924 from oyvsyo/gateway_connection_retry
...
Add reconnection to Gateway (form nb2kg)
5 years ago
mishaschwartz
a5d7528994
cell copy: make sure that cell id is not copied when copying cell
5 years ago
mishaschwartz
b070efc32c
cell data: make sure that the cell id (from nbformat 4.5) is kept when saving notebooks
5 years ago
Dvoiak Stepan
d95f251ac6
Update notebook/gateway/managers.py
...
Co-authored-by: Kevin Bates <kbates4@gmail.com>
5 years ago
sd
cd102428ca
traitlets Int for gateway_retry_max parameter
5 years ago
sd
ba0f490c94
mirrored logic from https://github.com/jupyter/nb2kg/pull/45 to notebook/gateway
5 years ago