Releases: jupyter/notebook
v7.0.0b0
7.0.0b0
Enhancements made
Bugs fixed
- added white space to bottom of edit files #6804 (@j-publius)
- Hides 'micro' toolbars in notebook #6791 (@JasonWeill)
Maintenance and upkeep improvements
Documentation improvements
- Improve the documentation for Notebook 7 #6813 (@jtpio)
- fix typo in the migration guide #6812 (@Tiksagol)
Contributors to this release
(GitHub contributors page for this release)
@github-actions | @j-publius | @JasonWeill | @jtpio | @pre-commit-ci | @Tiksagol
v7.0.0a18
7.0.0a18
It is now possible to use the Advanced Settings Editor:
advanced-settings-editor.mp4
Enhancements made
- Add back the
csvviewer-extension
#6799 (@jtpio) - Fix JSON setting editor not opening issue #6795 (@yumyumqing)
Contributors to this release
v7.0.0a17
7.0.0a17
Highlights
This major change in this release is the update to the latest JupyterLab 4.0.0a37
.
Check out the JupyterLab 4.0.0a37
release notes for more details.
Enhancements made
Maintenance and upkeep improvements
- Replace the use of
toArray
byArray.from
#6775 (@tarunsamanta2k20)
Contributors to this release
v7.0.0a16
7.0.0a16
Enhancements made
Maintenance and upkeep improvements
- Clean up interface switcher plugin in preparation for release #6766 (@afshin)
- Remove empty
py.test
file #6764 (@frenzymadness)
Documentation improvements
- Add documentation for contributing to the docs #6771 (@jtpio)
- Convert docs to Markdown #6770 (@jtpio)
Contributors to this release
v7.0.0a15
7.0.0a15
Highlights
Configurable file name search bar in the file browser
The file name search bar can be enabled via the settings.
filename-searcher.mp4
File size column in the file browser
The file browser now shows the file size column by default.
Enhancements made
Maintenance and upkeep improvements
- Bump vega from 5.22.1 to 5.23.0 in /ui-tests #6756 (@dependabot)
- Bump vega-functions from 5.13.0 to 5.13.1 in /ui-tests #6754 (@dependabot)
Contributors to this release
v6.5.3
6.5.3
Enhancements made
- Add a banner and log to information about the migration to Notebook 7 plan #6742 (@echarles)
- Add sys_info to page template for 6.5.x #6668 (@juhasch)
Bugs fixed
- Add .mo and .json files for translations #6728 (@frenzymadness)
- Apply PR #6609 to 6.5.x (Fix rename_file and delete_file to handle hidden files properly) #6660 (@yacchin1205)
Other merged PRs
- Fix ru_RU translation #6745 (@andrii-i)
- Update kernel translation #6744 (@JasonWeill)
Contributors to this release
(GitHub contributors page for this release)
@andrii-i | @echarles | @fcollonval | @frenzymadness | @github-actions | @JasonWeill | @jtpio | @juhasch | @RRosio | @venkatasg | @yacchin1205
v7.0.0a14
7.0.0a14
Enhancements made
- Fix loading of plugins #6750 (@jtpio)
- Add the extension manager #6747 (@jtpio)
- File browser CSS tweaks #6738 (@jtpio)
- Add trusted indicator #6736 (@jtpio)
Maintenance and upkeep improvements
Documentation improvements
- Corrected "Recomment" to "Recommend" #6741 (@Tony-j77)
- Docs: add migrate to notebook7 page #6737 (@echarles)
- Add section about updating reference snapshots #6733 (@jtpio)
Contributors to this release
(GitHub contributors page for this release)
@dcsaba89 | @echarles | @github-actions | @jtpio | @RRosio | @Tony-j77
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