-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Comparing changes
Open a pull request
base repository: jupyter/notebook
base: v7.0.0b3
head repository: jupyter/notebook
compare: ee3e1c221226d482ca1c9bec6362c8af36f1da56
- 19 commits
- 67 files changed
- 10 contributors
Commits on May 25, 2023
-
* Add `stdout` to the playwright config * tmp: test UI change * add env var * try on push * try triggers * more debug * uncomment condition * fix pr checkout * try additional jlpm * try copy yarnrc * try jlpm install * run base setup after * try jlpm install * try start_server_script * try installing yarn 3 * try alias * try with custom action * undo previous debug * undo test changes * Use `npm_client` * Update to upstream action
Configuration menu - View commit details
-
Copy full SHA for 78ad211 - Browse repository at this point
Copy the full SHA 78ad211View commit details -
Configuration menu - View commit details
-
Copy full SHA for 00eed62 - Browse repository at this point
Copy the full SHA 00eed62View commit details -
Provide a custom rendermime plugin to handle local links (#6885)
* Provide a custom rendermime plugin * Lint * Add UI tests for local links * Ignore check link in the test notebook * Improve tests
Configuration menu - View commit details
-
Copy full SHA for 9863625 - Browse repository at this point
Copy the full SHA 9863625View commit details
Commits on May 29, 2023
-
Add file browser actions to the file browser toolbar (#6888)
* Add component to provide file browser actions * Fix usesignal * Lint * Flex display * CSS fixes * Undo unrelated change * Patch methods directly * Fix folder selection * Update Playwright Snapshots * Update Playwright Snapshots * Add link to the upstream issue * Add UI tests * Lint * Tweak delete button color * Move to a separate plugin --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for fd45f31 - Browse repository at this point
Copy the full SHA fd45f31View commit details
Commits on May 31, 2023
-
Update to JupyterLab 4.0.1 (#6892)
* Update to JupyterLab 4.0.1 * Sort notebooks first by default
Configuration menu - View commit details
-
Copy full SHA for 044089d - Browse repository at this point
Copy the full SHA 044089dView commit details -
Configuration menu - View commit details
-
Copy full SHA for a30b241 - Browse repository at this point
Copy the full SHA a30b241View commit details -
Jupyter Notebook ecosystem docs improvements (#6877)
* Add Project Jupyter info, extra context and detail to home page/index. * Added links, minor formatting. * Updated homepage, adapted unified messaging on notebook page. * Updated links. * Added minimal description to the user-documentation main page. * Revised notebook introduction text. * Bullet point updates. * Fixed typo. * Link update. * Changed lightweight to simplified. * Added Jupyter Desktop link. * Added standards info/links. * Update standards link. * Update standards link. * Update link. * Added extension to markdown file link.
Configuration menu - View commit details
-
Copy full SHA for 11cb93f - Browse repository at this point
Copy the full SHA 11cb93fView commit details
Commits on Jun 1, 2023
-
Enhancement: Added drop shadows to markdown, text, and tree views (#6893
) * Added Drop Shadows Adjusted drop shadows for tree view, markdown and text notebooks. * Update: Corrected Tree View Shadows Tree View drop shadow values are in co-ordination with the others. * Responsive padding for main-panel Adjusted main-panel padding to be responsive * Update: media-query rearranged * Update: Body selectors with filters Added data-format body selectors to the css * Re-written media query Re-wrote the media query for allowing responsiveness without a refresh * Update Playwright Snapshots * Update Playwright Snapshots --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for a605fa9 - Browse repository at this point
Copy the full SHA a605fa9View commit details
Commits on Jun 2, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 16f5cb4 - Browse repository at this point
Copy the full SHA 16f5cb4View commit details
Commits on Jun 5, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 466b6bf - Browse repository at this point
Copy the full SHA 466b6bfView commit details
Commits on Jun 6, 2023
-
[pre-commit.ci] pre-commit autoupdate (#6901)
updates: - [github.com/python-jsonschema/check-jsonschema: 0.22.0 → 0.23.1](python-jsonschema/check-jsonschema@0.22.0...0.23.1) - [github.com/charliermarsh/ruff-pre-commit: v0.0.263 → v0.0.270](astral-sh/ruff-pre-commit@v0.0.263...v0.0.270) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for f6e78d2 - Browse repository at this point
Copy the full SHA f6e78d2View commit details -
Add the notification plugin (#6900)
* Add the notification plugin * Update Playwright Snapshots * Update Playwright Snapshots --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 245bc87 - Browse repository at this point
Copy the full SHA 245bc87View commit details
Commits on Jun 8, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 95baeab - Browse repository at this point
Copy the full SHA 95baeabView commit details
Commits on Jun 9, 2023
-
Add option to open a notebook in NbClassic if it is installed; show "…
…Open in..." dropdown menu if there are multiple options, show single button otherwise (#6866) * add option to open in nbclassic if installed * account that getOption() can return truthy 'false' * immidiately convert nbclassicInstalled to boolean * Capitalize NbClassic as in PyPI per @JasonWeill * capitalize commandDescription * Update packages/lab-extension/src/index.ts Co-authored-by: Jason Weill <93281816+JasonWeill@users.noreply.github.com> * Update packages/lab-extension/src/index.ts Co-authored-by: Jason Weill <93281816+JasonWeill@users.noreply.github.com> * Update packages/lab-extension/src/index.ts Co-authored-by: Jason Weill <93281816+JasonWeill@users.noreply.github.com> * Update packages/lab-extension/src/index.ts Co-authored-by: Jason Weill <93281816+JasonWeill@users.noreply.github.com> * Update packages/lab-extension/src/index.ts Co-authored-by: Jason Weill <93281816+JasonWeill@users.noreply.github.com> * Update packages/lab-extension/src/index.ts Co-authored-by: Jason Weill <93281816+JasonWeill@users.noreply.github.com> * add openInNewIcon based on ##6793 by @JasonWeill * show single 'open' button if only one option is available * add button styling * add css class to toolbarButton * rename addCommand to addSwitcherCommand * set page_config["nbclassic_installed"] * Update snapshots * fix general.spec.ts lint problem as detected in CI run https://github.com/jupyter/notebook/actions/runs/5008582825/jobs/8976612053?pr=6866 * Use optional chaining instead of non-null assertion to fix lint error https://github.com/jupyter/notebook/actions/runs/5008628805/jobs/8976713072?pr=6866 * add new line to try to fix eslint error * fix prettier CI errors * Revert "fix general.spec.ts lint problem as detected in CI run https://github.com/jupyter/notebook/actions/runs/5008582825/jobs/8976612053?pr=6866" This reverts commit 9f0b544. * Revert "add openInNewIcon based on ##6793 by @JasonWeill" This reverts commit eca0a4e. * use launchIcon instead of openInNewIcon * fix nbclassic urlprefix * update general snapshots to account for use of launchIcon * update mobile snapshots to account for launchIcon * check if extension is enabled, not installed * add bundled server extension * Revert "add bundled server extension" This reverts commit 7d261db. * set page_config in initalize_handlers --------- Co-authored-by: Jason Weill <93281816+JasonWeill@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 92f2336 - Browse repository at this point
Copy the full SHA 92f2336View commit details -
Add an empty splash screen on notebook launch to avoid a flash of uns…
…tyled content (#6911) * add an empty splash screen * add empty splash screen styling * remove technical comment * Update packages/application-extension/src/index.ts --------- Co-authored-by: Jeremy Tuloup <jeremy.tuloup@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for bdcadda - Browse repository at this point
Copy the full SHA bdcaddaView commit details -
* wip loading custom css * read css file from profile directory and apply * update css handler, add CLI flag to disable custom CSS, documentation * import ExtensionAppJinjaMixin * remove ExtensionAppJinjaMixin as a JupyterNotebookApp base class * add type hint to ignore jinja2_env type * fix prettier issue in docs * add empty line; trigger new docs build * new line caused prettier error, remove * move custom css to different directory and update handler * modify regex * satisfy mypy: check for match in regex before grabbing the directory path * load custom css in consoles page
Configuration menu - View commit details
-
Copy full SHA for 7c1d887 - Browse repository at this point
Copy the full SHA 7c1d887View commit details -
Document how to manage plugins and extensions (#6909)
* Add docs for plugins * fix some wording
Configuration menu - View commit details
-
Copy full SHA for 82703a6 - Browse repository at this point
Copy the full SHA 82703a6View commit details
Commits on Jun 12, 2023
-
Rename browser tab title to Home
* Rename browser tab title to Home (#6912) * fixing `test_tree_handler` to expect Home as title
Configuration menu - View commit details
-
Copy full SHA for f276c54 - Browse repository at this point
Copy the full SHA f276c54View commit details -
Fix for "find searches only part of the file" bug (#6905)
* Enabled the Accel F shortcut by default for documentsearch. * Update Playwright Snapshots * Update Playwright Snapshots * Added tentative find-plugin docs, WIP. * Removed file with shortcut override. * Cleanup/removal of todo. * Update docs/source/notebook.md Co-authored-by: Andrii Ieroshenko <ieroshenkoa@gmail.com> --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Jeremy Tuloup <jeremy.tuloup@gmail.com> Co-authored-by: Andrii Ieroshenko <ieroshenkoa@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for ee3e1c2 - Browse repository at this point
Copy the full SHA ee3e1c2View commit details
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.0b3...ee3e1c221226d482ca1c9bec6362c8af36f1da56