./www/py-jupyterlab, Next-generation user interface for Project Jupyter

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


Branch: CURRENT, Version: 4.3.5, Package name: py312-jupyterlab-4.3.5, Maintainer: pkgsrc-users

A next generation user interface for Project Jupyter which is planned to
replace Jupyter Notebook.


Master sites:

Filesize: 21289.085 KB

Version history: (Expand)


CVS history: (Expand)


   2025-03-18 17:47:08 by David H. Gutteridge | Files touched by this commit (1)
Log message:
py-jupyterlab: clean up Python version-specifc dependencies

If 3.9 and 3.10 aren't supported, no need for special casing them
anymore.
   2025-03-18 10:02:32 by Thomas Klausner | Files touched by this commit (1)
Log message:
py-jupyterlab: not for Python 3.10
   2025-02-06 11:02:16 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-jupyterlab: updated to 4.3.5

4.3.5

Bugs fixed

- Fix scrolling and selection restoration on undo/redo
- Fix windowing crash due to out-of-bounds access
- Increase color contrast of operators in code editor
- Fix disabling Fuzzy Filtering in the File Browser
- Fix display of tooltip/title for terminal and kernel sessions statusbar item
- Fix for inconsistent tab closure in "Close All Tabs" operation
- Fix emission of `lastCell` from notebook run actions
- Fix "running" prompt state with server-side execution
- Improve contrast for 'Add' button in Keyboard Shortcuts UI in both dark and \ 
light theme
- Ensure context menu closes when clicking outside it in the minimap
- Fix sanitizer call in ToC if html data is array of strings
- Use bare string `proxies` parameter for `httpx`\<0.28
- Add missing `bind(this)` to `NotebookAdapter`'s `isReady` function

Documentation improvements

- Document named attributes sanitization
- Fix jupyverse installation instructions
- Use Zulip for instant messaging
   2024-10-14 08:46:10 by Thomas Klausner | Files touched by this commit (325)
Log message:
*: clean-up after python38 removal
   2024-09-07 07:55:11 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-jupyterlab: updated to 4.2.5

4.2.5

Bugs fixed

Use locale name instead of display/native name to toggle language
Prevent replacing code with find and replace in read-only cells
Do not block shift-click mouse up handler on active cell

Maintenance and upkeep improvements

Bump braces from 3.0.2 to 3.0.3

Documentation improvements

Fix JupyterLab install instructions in the debugger docs
   2024-02-05 14:33:20 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-jupyterlab: updated to 4.0.12

4.0.12

Bugs fixed

- Fix jupyterlab downgrade issue on extension installation
- Fix search highlights removal on clearing input box
- Add scroll margin to headings for better alignment
- Fix shortcut UI failing on filtering when empty command is given
- Fix connection loop issue with standalone foreign document in LSP
- Fix outputarea package from not detecting updates

Maintenance and upkeep improvements

- Backport: Fix visual tests

Documentation improvements

- Remove Python 3.0, Notebook 5 mentions from contributor docs
   2024-01-20 11:10:46 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-jupyterlab: updated to 4.0.11

4.0.11
Unknown changes
   2024-01-10 21:48:50 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-jupyterlab: updated to 4.0.10

4.0.10

Bugs fixed

- Backport: Improve scrolling to heading
- Workaround focus leaving input box on consecutive submissions
- Fix search coming back in notebook and editor
- Fix `jupyter labextension watch --help`
- Fix `FormComponent` showing error indicators in all fields when using a \ 
`customValidate` function
- Fix Shift + L not working in stdin

Maintenance and upkeep improvements

- Backport: Adopt ruff format
- Pin `actions/labeler` to v4 to fix failing CI action
- Fix URLs in debugger-extension
- More robust galata/UI tests

Documentation improvements

- Backport: Adopt ruff format