Path to this page:
./
www/py-notebook,
Web-based notebook environment for interactive computing
Branch: CURRENT,
Version: 7.2.2,
Package name: py312-notebook-7.2.2,
Maintainer: pkgsrc-usersThe 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)
- (2024-09-03) Updated to version: py312-notebook-7.2.2
- (2024-07-21) Updated to version: py311-notebook-7.2.1
- (2024-02-12) Updated to version: py311-notebook-7.0.8
- (2024-01-22) Updated to version: py311-notebook-7.0.7
- (2023-11-20) Updated to version: py311-notebook-7.0.6
- (2023-10-28) Updated to version: py311-notebook-7.0.4nb1
CVS history: (Expand)
2024-02-12 20:16:18 by Adam Ciarcinski | Files touched by this commit (3) | |
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) | |
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) | |
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) | |
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) | |
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) | |
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
|
2023-08-02 01:20:57 by Thomas Klausner | Files touched by this commit (158) |
Log message:
*: remove more references to Python 3.7
|
2023-05-05 13:08:50 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-notebook: updated to 6.5.4
6.5.4
Enhancements made
- Add show_banner trait to control the banner display
6.5.3
Enhancements made
- Add a banner and log to information about the migration to Notebook 7 plan
- Add sys_info to page template for 6.5.x
Bugs fixed
- Add .mo and .json files for translations
- Fix rename_file and delete_file to handle hidden files properly
Other merged PRs
- Fix ru_RU translation
- Update kernel translation
6.5.2
Bugs fixed
- Ensure custom preload is correctly handled
- Fix: jQuery-UI 404 Error by updating dependency path in static template
Maintenance and upkeep improvements
- Depend on nbclassic 0.4.7
6.5.1
Merged PRs
- fix: pin temporary to nbclassic 0.4.5
6.5.0
Bugs fixed
- Fix a typo in exception text
- Normalise `os_path`
|