Jupyterlab-server

Latest version: v2.27.1

Safety actively analyzes 624279 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 10 of 18

2.1.4

- Reduce path length of installed package [157](https://github.com/jupyterlab/jupyterlab_server/pull/157) ([afshin](https://github.com/afshin))

2.1.3

- Fix mathjax URL handling [153](https://github.com/jupyterlab/jupyterlab_server/pull/153) ([afshin](https://github.com/afshin))

2.1.2

- Handle mathjax_url properly [150](https://github.com/jupyterlab/jupyterlab_server/pull/150) ([afshin](https://github.com/afshin))

2.1.1

- Move open_browser to ProcessApp class [149](https://github.com/jupyterlab/jupyterlab_server/pull/149) ([jasongrout](https://github.com/jasongrout))

2.1.0

- PR: Add translation managers for server side translation [136](https://github.com/jupyterlab/jupyterlab_server/pull/136) ([goanpeca](https://github.com/goanpeca))

2.0.0

- Update jupyter*server requirement to 1.* instead of 1.1.\_ [144](https://github.com/jupyterlab/jupyterlab_server/pull/144) ([jasongrout](https://github.com/jasongrout))
- Unpin pytest version [143](https://github.com/jupyterlab/jupyterlab_server/pull/143) ([afshin](https://github.com/afshin))
- don't patch event loop for tornado 6.1+ [142](https://github.com/jupyterlab/jupyterlab_server/pull/142) ([bollwyvl](https://github.com/bollwyvl))
- Update for new jupyter_server pytest plugin interface [141](https://github.com/jupyterlab/jupyterlab_server/pull/141) ([afshin](https://github.com/afshin))
- Handle source extensions that are disabled [140](https://github.com/jupyterlab/jupyterlab_server/pull/140) ([afshin](https://github.com/afshin))
- Fix var name typo from prev commit [139](https://github.com/jupyterlab/jupyterlab_server/pull/139) ([ajbozarth](https://github.com/ajbozarth))
- Ensure there is a disabled_key [138](https://github.com/jupyterlab/jupyterlab_server/pull/138) ([afshin](https://github.com/afshin))
- Update page_config handling [137](https://github.com/jupyterlab/jupyterlab_server/pull/137) ([afshin](https://github.com/afshin))
- Remove out of date LICENSE reference to json_minify [135](https://github.com/jupyterlab/jupyterlab_server/pull/135) ([afshin](https://github.com/afshin))
- Respect environment for page_config.json [133](https://github.com/jupyterlab/jupyterlab_server/pull/133) ([afshin](https://github.com/afshin))
- Support a metadata file in the lab extension directory [132](https://github.com/jupyterlab/jupyterlab_server/pull/132) ([jasongrout](https://github.com/jasongrout))
- Fixed bug where disabled extensions still ran [131](https://github.com/jupyterlab/jupyterlab_server/pull/131) ([ajbozarth](https://github.com/ajbozarth))
- dynamic => federated [127](https://github.com/jupyterlab/jupyterlab_server/pull/127) ([afshin](https://github.com/afshin))
- Bump jupyter_server dependency [126](https://github.com/jupyterlab/jupyterlab_server/pull/126) ([afshin](https://github.com/afshin))
- Add schemas to settings list [125](https://github.com/jupyterlab/jupyterlab_server/pull/125) ([afshin](https://github.com/afshin))
- Add handling of incomplete dynamic extension data [124](https://github.com/jupyterlab/jupyterlab_server/pull/124) ([blink1073](https://github.com/blink1073))
- Clean up handling of config [123](https://github.com/jupyterlab/jupyterlab_server/pull/123) ([blink1073](https://github.com/blink1073))
- Allow default setting overrides to be configurable in jupyter config [122](https://github.com/jupyterlab/jupyterlab_server/pull/122) ([blink1073](https://github.com/blink1073))
- Cache lab extension assets by default [121](https://github.com/jupyterlab/jupyterlab_server/pull/121) ([jasongrout](https://github.com/jasongrout))
- Added support for fullStaticUrl and fix handling of base_url [120](https://github.com/jupyterlab/jupyterlab_server/pull/120) ([Zsailer](https://github.com/Zsailer))
- Update minimum python version to 3.6 [119](https://github.com/jupyterlab/jupyterlab_server/pull/119) ([jasongrout](https://github.com/jasongrout))
- app_version should be a trait [117](https://github.com/jupyterlab/jupyterlab_server/pull/117) ([echarles](https://github.com/echarles))
- Use tilde for server requirement [116](https://github.com/jupyterlab/jupyterlab_server/pull/116) ([blink1073](https://github.com/blink1073))
- fix spurious logging issue [115](https://github.com/jupyterlab/jupyterlab_server/pull/115) ([Zsailer](https://github.com/Zsailer))
- Change payload parsing to accept JSON5 as raw string in JSON payload [114](https://github.com/jupyterlab/jupyterlab_server/pull/114) ([blink1073](https://github.com/blink1073))
- Use blocked/allowed extensions naming in JupyterLab Server [111](https://github.com/jupyterlab/jupyterlab_server/pull/111) ([echarles](https://github.com/echarles))
- Fix open_browser for process apps [110](https://github.com/jupyterlab/jupyterlab_server/pull/110) ([blink1073](https://github.com/blink1073))
- Add handling of dynamic labextensions [109](https://github.com/jupyterlab/jupyterlab_server/pull/109) ([blink1073](https://github.com/blink1073))
- UTF-8 all over, test with big unicode string [108](https://github.com/jupyterlab/jupyterlab_server/pull/108) ([bollwyvl](https://github.com/bollwyvl))
- fix file mtime/ctime confusion, restore win3.8, patch event loop [107](https://github.com/jupyterlab/jupyterlab_server/pull/107) ([bollwyvl](https://github.com/bollwyvl))
- PR: Add other OS and update py versions [102](https://github.com/jupyterlab/jupyterlab_server/pull/102) ([goanpeca](https://github.com/goanpeca))
- Changes needed for improved single document mode [101](https://github.com/jupyterlab/jupyterlab_server/pull/101) ([ellisonbg](https://github.com/ellisonbg))
- PR: Add CI with github [100](https://github.com/jupyterlab/jupyterlab_server/pull/100) ([goanpeca](https://github.com/goanpeca))
- Add last_modified and created to settings and workspace API items [99](https://github.com/jupyterlab/jupyterlab_server/pull/99) ([bollwyvl](https://github.com/bollwyvl))
- PR: Add a translations handler [96](https://github.com/jupyterlab/jupyterlab_server/pull/96) ([goanpeca](https://github.com/goanpeca))
- JupyterLab Server as Server Extension [79](https://github.com/jupyterlab/jupyterlab_server/pull/79) ([echarles](https://github.com/echarles))

Page 10 of 18

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.