Path to this page:
./
www/py-jupyter_server,
Backend for Jupyter web applications
Branch: CURRENT,
Version: 2.14.2,
Package name: py312-jupyter_server-2.14.2,
Maintainer: pkgsrc-usersThe Jupyter Server provides the backend (i.e. the core services, APIs, and REST
endpoints) for Jupyter web applications like Jupyter notebook, JupyterLab, and
Voila.
Master sites:
Filesize: 703.06 KB
Version history: (Expand)
- (2024-10-14) Updated to version: py312-jupyter_server-2.14.2
- (2024-07-21) Updated to version: py311-jupyter_server-2.14.2
- (2024-03-07) Updated to version: py311-jupyter_server-2.13.0
- (2024-01-20) Updated to version: py311-jupyter_server-2.12.5
- (2024-01-12) Updated to version: py311-jupyter_server-2.12.4
- (2024-01-10) Updated to version: py311-jupyter_server-2.12.3
CVS history: (Expand)
2024-03-07 18:37:53 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-jupyter_server: updated to 2.13.0
2.13.0
Enhancements made
- Add an option to have authentication enabled for all endpoints by default
- websockets: add configurations for ping interval and timeout
Bugs fixed
- Fix color in windows log console with colorama
Maintenance and upkeep improvements
- Update release workflows
- chore: update pre-commit hooks
Documentation improvements
- Add deprecation note for `ServerApp.preferred_dir`
- Replace \_jupyter_server_extension_paths in apidocs
- fix "Shutdown" -> "Shut down"
|
2024-01-20 09:59:36 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-jupyter_server: updated to 2.12.5
2.12.5
Maintenance and upkeep improvements
- Improve warning handling
|
2024-01-12 14:25:20 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-jupyter_server: updated to 2.12.4
2.12.4
Bugs fixed
- Fix log arguments for gateway client error
|
2024-01-10 21:44:44 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-jupyter_server: updated to 2.12.3
2.12.3
Bugs fixed
- Import User unconditionally
Maintenance and upkeep improvements
- Simplify the jupytext downstream test
- Fix test param for pytest-xdist
2.12.2
Bugs fixed
- Fix a typo in error message
- Force legacy ws subprotocol when using gateway
Maintenance and upkeep improvements
- Update pre-commit deps
- Use ruff docstring-code-format
Documentation improvements
- Enable htmlzip and epub on readthedocs
|
2023-12-07 18:32:34 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-jupyter_server: updated to 2.12.1
2.12.1
Enhancements made
- log extension import time at debug level unless it's actually slow
- Add support for async Authorizers (part 2)
2.12.0
Enhancements made
- Support async Authorizers
Maintenance and upkeep improvements
- Update for tornado 6.4
- chore: update pre-commit hooks
|
2023-11-20 07:25:58 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-jupyter_server: updated to 2.10.1
2.10.1
Bugs fixed
- ContentsHandler return 404 rather than raise exc
Maintenance and upkeep improvements
- Clean up ruff config
- Add more typings
- chore: update pre-commit hooks
2.10.0
Enhancements made
- Update kernel env to reflect changes in session
Maintenance and upkeep improvements
- Clean up config and address warnings
- Clean up lint and typing
- Update typing for traitlets 5.13
- Update typings and fix tests
|
2023-10-28 21:57:26 by Thomas Klausner | Files touched by this commit (516) | |
Log message:
python/wheel.mk: simplify a lot, and switch to 'installer' for installation
This follows the recommended bootstrap method (flit_core, build, installer).
However, installer installs different files than pip, so update PLISTs
for all packages using wheel.mk and bump their PKGREVISIONs.
|
2023-08-31 19:37:49 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-jupyter_server: updated to 2.7.3
2.7.3
New features added
- Support external kernels
|