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

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


Branch: CURRENT, Version: 4.0.12, Package name: py311-jupyterlab-4.0.12, Maintainer: pkgsrc-users

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


Master sites:

Filesize: 17922.203 KB

Version history: (Expand)


CVS history: (Expand)


   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
   2023-11-20 09:13:47 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-jupyterlab: updated to 4.0.9

4.0.9

Bugs fixed

- Improve cell toolbar tracker
- Do not update filebrowser breadcrumbs when not needed
- Don't show default value for objects in Settings Editor
- Fix highlighting search in an out-of-viewport cell
- Fix overreactive scrolling to next cell after `Shift + Enter`
- Fix missing default property breaking codemirror `overrides.json`
- Fix update button in extension manager
- Fix scrolling when dragging files in the file browser
- Fix scrolling past long outputs in presence of un-rendered headings
- Update notebook window on resize if height changes
- Remove unnecessary requirement from codemirror service plugin

Maintenance and upkeep improvements

- Update `@lumino/dragdrop` package
- Exclude ipynb files in prettier pre-commit
- Update to `@jupyter/ydoc` 1.1.1
- Fix yarn.lock
   2023-11-09 18:30:44 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-jupyterlab: updated to 4.0.8

4.0.8

Enhancements made

Expand search box horizontally when text grows long

Bugs fixed

Add min width to constrain resizing in side-by-side view
Fix collapsed cells styling
Fix autobrackets and other default CM extension
Fix rulers position with gutter width
Declare Webpack loaders with require.resolve()

Maintenance and upkeep improvements

Backport ruff/black/pre-commit updates to align versions
Turn off navigation with keys
Update benchmark reporter snapshots
Update canvas to a version with prebuilds for nodeJS 20
Commit JS and Python packages in one commit on release

Documentation improvements

Expand search box horizontally when text grows long
Turn off navigation with keys
Fixed home page link to sibling project.
Commit JS and Python packages in one commit on release
   2023-10-28 21:57:26 by Thomas Klausner | Files touched by this commit (516) | Package updated
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-09-27 18:16:55 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-jupyterlab: updated to 4.0.6

4.0.6
Unknown changes
   2023-09-06 15:51:20 by Adam Ciarcinski | Files touched by this commit (1)
Log message:
py-jupyterlab: needs py-hatch-jupyter-builder; thanks @wiz