./www/py-notebook, Web-based notebook environment for interactive computing

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


Branch: CURRENT, Version: 7.3.2, Package name: py312-notebook-7.3.2, Maintainer: pkgsrc-users

The Jupyter Notebook is a web application that allows you to create
and share documents that contain live code, equations, visualizations,
and explanatory text. The Notebook has support for multiple
programming languages, sharing, and interactive widgets.


Required to run:
[devel/py-setuptools] [textproc/py-jinja2] [net/py-zmq] [www/py-tornado] [devel/py-ipython_genutils] [devel/py-traitlets] [www/py-terminado] [devel/py-ipykernel] [devel/py-jupyter_core] [devel/py-jupyter_client] [www/py-nbconvert] [www/py-nbformat] [sysutils/py-Send2Trash] [lang/python37] [net/py-prometheus_client]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 12482.23 KB

Version history: (Expand)


CVS history: (Expand)


   2025-02-08 12:07:12 by Thomas Klausner | Files touched by this commit (2)
Log message:
py-notebook: fix TOOL_DEPENDS and PLIST
   2025-02-06 14:26:40 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-notebook: updated to 7.3.2

7.3.2

Maintenance and upkeep improvements

- Fix update script
- Fix workflow to update the JupyterLab version
- Bump nanoid from 3.3.7 to 3.3.8 in /ui-tests
- Bump systeminformation from 5.21.8 to 5.23.14 in /ui-tests
- Workflow to update JupyterLab dependencies automatically
- Update to JupyterLab v4.3.4

Documentation improvements

- Update chat links to Zulip.

7.3.1

Maintenance and upkeep improvements

- Adds jupyter-ui-toolkit packages in shared scope

7.3.0

Enhancements made

- Fix for auto scroll output option
- Add a setting to enable the notebook to take up the full width
- Add the file filter button to the file browser toolbar
- Redirect paths from the notebooks route to the tree route if they are directories
- Update to JupyterLab `4.3.0a1`
- Support custom page_data_hook function
- Add missing "Open..." file menu
- Duplicate notebook menu option

Bugs fixed

- Move handling of the file browser settings to a separate plugin, enable file \ 
browser single click navigation
- Remove pseudoelement obstructing the cell collapser
- "Close and Shut Down Notebook" shuts down without the confirmation dialog
- Adds message about building code before running 'develop'
   2024-10-14 08:46:10 by Thomas Klausner | Files touched by this commit (325)
Log message:
*: clean-up after python38 removal
   2024-09-03 15:15:27 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-notebook: updated to 7.2.2

7.2.2

Maintenance and upkeep improvements
- Upgrade JupyterLab dependencies to v4.2.5
   2024-02-12 20:16:18 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-notebook: updated to 7.0.8

7.0.8

Maintenance and upkeep improvements

- Add upper bound on `jupyterlab<4.1`
- Fix `check_links` on CI

Documentation improvements

- Add documentation for updating `notebook` imports
- Fix link in `CONTRIBUTING.md`
   2024-01-22 18:06:08 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-notebook: updated to 7.0.7

7.0.7

Enhancements made

- Update to JupyterLab 4.0.11

Maintenance and upkeep improvements

- Update ruff config and typing
- Clean up lint handling
- Adopt ruff format
- \[7.0.x\] Install stable JupyterLab 4.0 in the releaser hook
- Update publish-release workflow for PyPI trusted publisher
   2023-11-20 09:16:47 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-notebook: updated to 7.0.6

7.0.6

Bugs fixed

- Updated fav-icon Base URL from JupyterLab PageConfig.

Maintenance and upkeep improvements

- Fix typings
- Bump postcss from 8.4.27 to 8.4.31

7.0.5

Enhancements made

- Update to JupyterLab 4.0.7

Maintenance and upkeep improvements

- Update `permissions` in the galata snapshot workflow
- Fix typings check on CI
- Ignore yarn.lock for codespell
- Remove link to the PDF documentation
- Bump postcss from 8.4.23 to 8.4.31 in /ui-tests
- React to the galata update comment
- Switch from `hub` to `gh` in the Playwright snapshots update workflow
- chore: update pre-commit hooks
- Fix traitlets typing
- Bump toshimaru/auto-author-assign from 2.0.0 to 2.0.1
- Bump toshimaru/auto-author-assign from 1.6.2 to 2.0.0
- ci: set minimal permissions to workflows
- Bump systeminformation from 5.17.12 to 5.21.8 in /ui-tests

Documentation improvements

- Improve docs setup (SVG logos, repo links)
   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.