Steven Silvester
b69dc8c759
Back to dev version
5 years ago
Steven Silvester
c73e2318ae
Release 6.4.1
5 years ago
Afshin Taylor Darian
79fc76e890
Merge pull request from GHSA-hwvq-6gjx-j797
...
* sanitizer fix
* Pass sanitizer options explicitly
5 years ago
Nazeeh Vahora
94ac6d73c5
Fix issue #3218 ( #6108 )
...
* Fix issue #3218 , add comment "// accessibility improvement" before each line changed
5 years ago
Saiwing
5042c80c62
Add missing spaces to help messages in config file
5 years ago
ilayh123
56416cbd2d
"#element".tooltip is not a function on home page fixed. ( #6070 )
...
* Fixed missing $ symbol and cleaned up code a bit.
5 years ago
GitHub Action
74da6d1974
Bump to 6.5.0.dev0
5 years ago
GitHub Action
0c35002e45
Publish 6.4.0
...
SHA256 hashes:
dist/notebook-6.4.0-py3-none-any.whl: f7f0a71a999c7967d9418272ae4c3378a220bd28330fbfb49860e46cf8a5838a
dist/notebook-6.4.0.tar.gz: 9c4625e2a2aa49d6eae4ce20cbc3d8976db19267e32d2a304880e0c10bf8aef9
5 years ago
Min RK
80eb286f31
Bind the HTTPServer in start ( #6061 )
...
Binding sockets hooks them up to the running eventloop, which we should try to avoid in initialize
in case any other stages may configure the event loop policy
5 years ago
GitHub Action
c1101de779
Bump to 6.4.0.dev0
5 years ago
GitHub Action
7f7f617fa3
Publish 6.4.0rc0
...
SHA256 hashes:
dist/notebook-6.4.0rc0-py3-none-any.whl: 944399ed932a6d8107ecdebcdfb10fd27b2a8e52e37920ad0b6bd72ba69bdb4d
dist/notebook-6.4.0rc0.tar.gz: d93f3eb1b2e5f6bf6d9d0b3a2aa99a605f3d35470f6b10ad42d03a0aa613725a
5 years ago
Afshin Taylor Darian
c19323de9a
Use Jupyter Releaser ( #6048 )
...
* Use Jupyter Releaser
* Automated Changelog Entry for 6.4.0a0 on notebook-releaser
* Publish 6.4.0a0
SHA256 hashes:
dist/notebook-6.4.0a0-py3-none-any.whl: abbbbb02504cedb85c2d5eeac39ea11615360b9b0075126bf180d6011eac14a5
dist/notebook-6.4.0a0.tar.gz: 2984630a020a9396c61b2c3b98f43b1957dd0121b162a926b3d6136fafa7ca16
* Bump to 6.5.0.dev0
* Remove jupyter_packaging as a runtime requirement
* Automated Changelog Entry for 6.4.0a1 on notebook-releaser
* Publish 6.4.0a1
SHA256 hashes:
dist/notebook-6.4.0a1-py3-none-any.whl: 4b0ae5cb972b5b16b18b942810b85859185ef2081017dd495e5f57099ce06ef4
dist/notebook-6.4.0a1.tar.gz: c48e10d34afa35e304e3b7deca1882508195960f35c4661dec044bb8da344ae5
* Bump to 6.5.0.dev0
* Update notebook/_version.py
Co-authored-by: Kevin Bates <kbates4@gmail.com>
* Update pyproject.toml
Co-authored-by: Kevin Bates <kbates4@gmail.com>
Co-authored-by: GitHub Action <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Steven Silvester <steven.silvester@ieee.org>
Co-authored-by: Kevin Bates <kbates4@gmail.com>
5 years ago
Min RK
008a6c0450
Revert "do not apply asyncio patch for tornado >=6.1" ( #6052 )
...
This reverts commit 73c9ac1b2c .
5 years ago
Kevin Bates
a5ace13e0a
Merge pull request #5980 from kevin-bates/track-server-kernels
...
[Gateway] Track only this server's kernels
5 years ago
Afshin Taylor Darian
2cfff07a39
Fix Handling of Encoded Paths in Save As Dialog ( #6030 )
5 years ago
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
Karolina Surma
0723596c54
Rename StopTestApp -> StopAppTest to reflect the original class better.
5 years ago
Steven Silvester
dd6543c7ba
Back to dev version
5 years ago
Steven Silvester
28413daae5
Release 6.3.0
5 years ago
Karolina Surma
34b4f7ed6d
Fix skipped tests & remove deprecation warnings
5 years ago
Matthias Geier
346c635595
Add missing "import inspect"
5 years ago
Kevin Bates
bbe2744f87
[Gateway] Track only this server's kernels
5 years ago
blair drummond
2712dc4226
change authenticate_prometheus default
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
3f64d74fe1
Merge pull request #5952 from kevin-bates/cull-test-idle-timeout
...
Increase culling test idle timeout
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
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
Afshin T. Darian
b6297d011e
Re-enable support for answer_yes flag
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
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
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