- Notifications
You must be signed in to change notification settings - Fork5.5k
Comparing changes
Open a pull request
base repository:jupyter/notebook
Uh oh!
There was an error while loading.Please reload this page.
base:v7.0.0a10
head repository:jupyter/notebook
Uh oh!
There was an error while loading.Please reload this page.
compare:6d4eeed9d176e2523be7874ae4d9f46a99422d72
- 8commits
- 26files changed
- 5contributors
Commits on Jan 12, 2023
* Opens by default the newly created tab in tree view* Adds a command to open the file browser when in tree view, which also fixes the broken menu entry 'file Browser' in view* (1) Remove the menu entry 'Open Files' in tree view, which was opening a new browser tab with the same contents, and was like a duplication of 'File Browser' entry, and (2) rename the menu entry 'Open Files' to 'File Browser' for consistency* Add test on 'File Browser' menu entry* Fix pre-commit* Fix test on File Browser menu entry* update snapshots of view menu* Do not activate newly created tree tab by default* Do not add 'openTree' command if it already exists (meaning that the current page contains a filebrowser plugin)* Wait for the file browser commands from JupyterLab to be fully created before create a new one* File Browser menu entry execution depends on the current page ('tree' or other)* Add the dependency to @jupyter-notebook/tree in application-extension* Fix typo* Remove dependency to tree in application-extension* Clean unused dependency* Delete a remaining commentbrichet authoredJan 12, 2023
Commits on Jan 13, 2023
Add the Settings Editor to the landing page (#6316)
* Add the Settings Editor to the landing page* Fix tab panel tabs* Do not include JSON editor for now* Hide Settings Editor command from the menu* Update yarn.lock* Fix integrity* Fix yarn.lock and resolutions* Update yarn.lock* Allow adding and closing the settings editor* Do not include JSON editor for now* Update snapshots* More snapshot updates* More snapshot update* Fix resolutions
jtpio authoredJan 13, 2023
Commits on Jan 16, 2023
* Add back `# type:ignore`* [pre-commit.ci] auto fixes from pre-commit.com hooksfor more information, seehttps://pre-commit.ciCo-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Fix environment activation on Gitpod (#6693)
jtpio authoredJan 16, 2023 Fix console error when adding a widget to a side panel (#6694)
* Fix console error when adding a widget to a side panel* Remove child-added logic
jtpio authoredJan 16, 2023 Create auto_author_assign.yml (#6696)
jtpio authoredJan 16, 2023
Commits on Jan 17, 2023
Add releaser workflows (#6698)
* add releaser workflows* add workflow files
blink1073 authoredJan 17, 2023
Commits on Jan 18, 2023
Help-extension split into multiple plugins (#6700)
* help-extension split into multiple plugins* Update packages/help-extension/src/index.tsxCo-authored-by: Jeremy Tuloup <jeremy.tuloup@gmail.com>* rename schema json fileCo-authored-by: Jeremy Tuloup <jeremy.tuloup@gmail.com>
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:git diff v7.0.0a10...6d4eeed9d176e2523be7874ae4d9f46a99422d72
Uh oh!
There was an error while loading.Please reload this page.