Releases: jupyter/notebook
v7.0.0a13
7.0.0a13
Enhancements made
- Update to JupyterLab 4.0.0a34 #6732 (@jtpio)
- Hide the debugger button on mobile #6731 (@jtpio)
- Adds translator to the NotebookShell #6725 (@brichet)
- Resolving some accessibility issues #6719 (@brichet)
Maintenance and upkeep improvements
- Fix Playwright snapshot update workflow #6724 (@jtpio)
- Add workflow to update snapshots #6723 (@jtpio)
- Use Playwright
webServer
#6720 (@jtpio)
Contributors to this release
v7.0.0a12
7.0.0a12
Enhancements made
Maintenance and upkeep improvements
- Add more lint checks #6706 (@blink1073)
- Reintroduce desktop file #6705 (@frenzymadness)
Contributors to this release
v7.0.0a11
7.0.0a11
Enhancements made
Bugs fixed
Maintenance and upkeep improvements
- Help-extension split into multiple plugins #6700 (@RRosio)
- Add releaser workflows #6698 (@blink1073)
- Create
auto_author_assign.yml
workflow #6696 (@jtpio) - Add back
# type:ignore
#6695 (@jtpio) - Fix environment activation on Gitpod #6693 (@jtpio)
Contributors to this release
(GitHub contributors page for this release)
@blink1073 | @brichet | @github-actions | @jtpio | @RRosio
v7.0.0a10
7.0.0a10
Enhancements made
Maintenance and upkeep improvements
- Bump json5 from 2.2.1 to 2.2.3 in /ui-tests #6684 (@dependabot)
- Bump json5 from 1.0.1 to 1.0.2 #6681 (@dependabot)
- Update the copyright date to 2023 in the about dialog #6679 (@jtpio)
- Fix
check_links
andTest Lint
CI failures #6675 (@jtpio) - Add spelling and docstring enforcement #6669 (@blink1073)
- CI Cleanup #6667 (@blink1073)
- Adopt ruff and typing #6658 (@blink1073)
- Bump decode-uri-component from 0.2.0 to 0.2.2 #6651 (@dependabot)
- Bump dessant/lock-threads from 3 to 4 #6650 (@dependabot)
- Update to TypeScript 4.9 #6640 (@jtpio)
- Add more Python tests #6639 (@blink1073)
- use main branch for config #6638 (@blink1073)
- Clean up workflows #6635 (@blink1073)
- CI Cleanup #6631 (@blink1073)
- Fix issue template formatting #6626 (@jtpio)
Documentation improvements
Contributors to this release
(GitHub contributors page for this release)
@blink1073 | @dependabot | @github-actions | @jtpio | @pre-commit-ci | @RRosio | @yacchin1205
v7.0.0a9
7.0.0a9
Enhancements made
Bugs fixed
Maintenance and upkeep improvements
- Add run-p (npm-run-all) to dev dependencies #6629 (@gabalafou)
- Moves panel related objects to a dedicated module file #6625 (@brichet)
- Use pathlib instead of os.path.join in
tests/conftest.py
#6624 (@kianelbo) - Bump loader-utils from 1.4.1 to 1.4.2 #6623 (@dependabot)
- Bump to Python 3.11 on CI #6600 (@jtpio)
Contributors to this release
(GitHub contributors page for this release)
@brichet | @dependabot | @fcollonval | @gabalafou | @github-actions | @jtpio | @kianelbo | @mcrutch | @pre-commit-ci
v7.0.0a8
7.0.0a8
Enhancements made
- Restyle about dialog #6592 (@kostyafarber)
Bugs fixed
- Fix async contents handling and add test #6616 (@blink1073)
- Fix PDF renderer #6584 (@brichet)
- Fix HTML viewer #6583 (@brichet)
Maintenance and upkeep improvements
- Bump loader-utils from 1.4.0 to 1.4.1 #6615 (@dependabot)
- Bump dessant/lock-threads from 2 to 3 #6587 (@dependabot)
- Add dependabot config to update GitHub Actions #6586 (@jtpio)
- Update
actions/checkout
andactions/download-artifact
#6585 (@jtpio) - Maintenance cleanup #6581 (@blink1073)
- Update to lerna 6 #6579 (@jtpio)
- Remove the
nbclassic
explicit uninstall on Binder #6548 (@jtpio)
Contributors to this release
(GitHub contributors page for this release)
@blink1073 | @bnavigator | @brichet | @dependabot | @echarles | @fcollonval | @github-actions | @jtpio | @kostyafarber | @pre-commit-ci | @RRosio | @venkatasg
v6.5.2
6.5.2
Bugs fixed
- Ensure custom preload is correctly handled #6580 (@echarles)
- Fix: jQuery-UI 404 Error by updating dependency path in static template #6578 (@RRosio)
Maintenance and upkeep improvements
Contributors to this release
(GitHub contributors page for this release)
@bnavigator | @echarles | @fcollonval | @github-actions | @jtpio | @RRosio
v7.0.0a7
7.0.0a7
Enhancements made
Some core extensions such as a the debugger and the table of contents are also enabled by default:
Maintenance and upkeep improvements
Documentation improvements
- Fix typo in CHANGELOG.md #6561 (@eltociear)
Contributors to this release
(GitHub contributors page for this release)
@brichet | @eltociear | @github-actions | @jtpio | @kevin-bates | @Mieju | @pre-commit-ci | @RRosio
v6.5.1
v6.5.0
This release is broken and has been yanked on PyPI https://pypi.org/project/notebook/6.5.0/
6.5.0
Bugs fixed
- Forward port of #6461 - Fix a typo in exception text #6545 (@krassowski)
- Normalise
os_path
#6540 (@krassowski)