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

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


Branch: CURRENT, Version: 7.2.2, Package name: py312-notebook-7.2.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: 4832.887 KB

Version history: (Expand)


CVS history: (Expand)


   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.
   2023-09-27 18:21:31 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-notebook: updated to 7.0.4

7.0.4

Enhancements made

- Update to JupyterLab 4.0.6

Bugs fixed

- Fix `app_version`
- fix trusted status indication

Maintenance and upkeep improvements

- Update Binder environment
- Add `deduplicate` top-level script
- Move opening path in new browser tabs to a separate plugin
- Enable the Playwright trace
- Bump actions/checkout from 3 to 4
- Adopt sp-repo-review
- Add `datetime.datetime.utc()` to the filter list
- Fix docs build on Gitpod
   2023-09-02 07:36:30 by Adam Ciarcinski | Files touched by this commit (4) | Package updated
Log message:
py-notebook: updated to 7.0.3

7.0.2

Enhancements made

- Update to JupyterLab 4.0.4 packages
- Improve about dialog
- Added documentation link in Help menu

Bugs fixed

- Remove `RedirectHandler`

Maintenance and upkeep improvements

7.0.1

Enhancements made

- Update accessibly compliance section in the docs
- Update the browser tab favicon on kernel busy

Maintenance and upkeep improvements

- Bump `word-wrap` and `semver`
- Enable lerna caching for build scripts

Documentation improvements

- Update accessibly compliance section in the docs
- Fix link in `README.md`
- The future is now

7.0.0

Jupyter Notebook 7 is released :tada:

Check the changelog: https://jupyter-notebook.readthedocs.io/en/latest/changelog.html

And the new features in Notebook 7: \ 
https://jupyter-notebook.readthedocs.io/en/latest/notebook_7_features.html

Migration Guide: \ 
https://jupyter-notebook.readthedocs.io/en/latest/migrate_to_notebook7.html