./www/py-jupyter-lsp, Multi-Language Server WebSocket proxy for Jupyter Notebook/Lab server

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 2.2.5, Package name: py311-jupyter-lsp-2.2.5, Maintainer: pkgsrc-users

Multi-Language Server WebSocket proxy for your Jupyter notebook or lab server.


Master sites:

Filesize: 47.599 KB

Version history: (Expand)


CVS history: (Expand)


   2024-04-10 09:45:30 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-jupyter-lsp: updated to 2.2.5

jupyter-lsp 2.2.5

bug fixes:
fix for environment variables leaking into the parent environment
   2024-03-07 18:35:01 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-jupyter-lsp: updated to 2.2.4

jupyter-lsp 2.2.4

bug fixes:
fix websocket handler incorrectly inheriting from APIHandler rather than \ 
JupyterHandler
remove unused notebook config entry point
support latest version of typescript-language-server
   2024-01-20 09:53:37 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-jupyter-lsp: updated to 2.2.2

2.2.2

bug fixes:
address warning about renamed extension_points
fix compatibility with jupyter server 1.x
fix an authentication-related security vulnerability (see the advisory for details)
enhancements:
add authorization support (lsp resource, jupyter-server v2+ only) - this allows \ 
server operators for fine grained access control, e.g. in case if specific users \ 
(such as guest or read-only users) should not be allowed to access LSP; this is \ 
in addition to authentication fixes
   2023-11-30 10:46:44 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-jupyter-lsp: updated to 2.2.1

jupyter-lsp 2.2.1

bug fixes:
use APIHandler over JupyterHandler to get CORS OPTIONS
use shutil.which to discover npm executable on Windows (thanks @jameshurst!)
maintenance:
resolve traitlets type warnings, lint, remove six
use sys.executable in stdio
   2023-09-01 07:17:02 by Adam Ciarcinski | Files touched by this commit (4)
Log message:
py-jupyter-lsp: added version 2.2.0

Multi-Language Server WebSocket proxy for your Jupyter notebook or lab server.