faucct
5ab8717fec
Merging headers in load_connection_args
5 years ago
faucct
935d6df839
Correct 'Content-Type' headers
5 years ago
David Hay
b97dda1ade
Minor typographical or comment changes ( #6025 )
...
- Fix capitalization and pluralization of `Cells`
- Add comment for `.get_selected_cells`
- Add comment for `.get_selected_cells_indices`
- Fix typo in `.ensure_focused`
- Fix capitalization in `.render_cell_output` and `.clear_output` and `.clear_cells_outputs`
5 years ago
gamestrRUS
57d063cd83
Fix: split_cell doesn't always split cell ( #6017 )
...
* Split cells if a single cursor is positioned at the beginning or end of a cell
* Duplicate cell if full cell is selected
* fix null replace
5 years ago
Kevin Bates
c719e27fe7
Merge pull request #6018 from befeleme/fix-tests
5 years ago
Lumír 'Frenzy' Balhar
ec4969eed1
Fixes related to the recent changes in the documentation ( #6021 )
...
* Add myst-parser to setup.py extras_require
* Include new location of CHANGELOG.md in MANIFEST.in
5 years ago
Steven Silvester
9a0ef920dc
Fix readthedocs environment ( #6020 )
...
* Fix readthedocs environment
* Update environment.yml
* Update environment.yml
5 years ago
Karolina Surma
0723596c54
Rename StopTestApp -> StopAppTest to reflect the original class better.
5 years ago
Afshin Taylor Darian
c14d7f4ec8
Add Issue Lock and Answered Bots ( #6019 )
5 years ago
Steven Silvester
dd6543c7ba
Back to dev version
5 years ago
Steven Silvester
28413daae5
Release 6.3.0
5 years ago
Steven Silvester
4a95561591
add changelog entry for 6.3 release ( #6014 )
5 years ago
Karolina Surma
34b4f7ed6d
Fix skipped tests & remove deprecation warnings
5 years ago
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
bbe2744f87
[Gateway] Track only this server's kernels
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