Jeremy Tuloup
82703a67c3
Document how to manage plugins and extensions ( #6909 )
...
* Add docs for plugins
* fix some wording
3 years ago
Rosio
7c1d88780f
Load custom CSS ( #6841 )
...
* 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
3 years ago
Andrii Ieroshenko
bdcadda22d
Add an empty splash screen on notebook launch to avoid a flash of unstyled 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>
3 years ago
Andrii Ieroshenko
92f2336793
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 9f0b54409f6a6b2c0be750f6ddaac1d435f622ae.
* Revert "add openInNewIcon based on ##6793 by @JasonWeill"
This reverts commit eca0a4e8fafe38307a1081b24615be0b0ab8502d.
* 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 7d261db4a987980b82bb8ca917ebc8f82d76e85d.
* set page_config in initalize_handlers
---------
Co-authored-by: Jason Weill <93281816+JasonWeill@users.noreply.github.com>
3 years ago
Jeremy Tuloup
95baeab889
Fix check links ( #6910 )
3 years ago
Jeremy Tuloup
245bc87ecf
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>
3 years ago
pre-commit-ci[bot]
f6e78d25b4
[pre-commit.ci] pre-commit autoupdate ( #6901 )
...
updates:
- [github.com/python-jsonschema/check-jsonschema: 0.22.0 → 0.23.1](https://github.com/python-jsonschema/check-jsonschema/compare/0.22.0...0.23.1 )
- [github.com/charliermarsh/ruff-pre-commit: v0.0.263 → v0.0.270](https://github.com/charliermarsh/ruff-pre-commit/compare/v0.0.263...v0.0.270 )
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
3 years ago
Paul Butler
466b6bf2d7
Configurable default_url for JupyterNotebookApp ( #6899 )
3 years ago
Jeremy Tuloup
16f5cb4d06
Add `JSONLicenseWebpackPlugin` ( #6896 )
3 years ago
Ashriel
a605fa9bdb
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>
3 years ago
Eric Gentry
11cb93fbbd
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.
3 years ago
Jeremy Tuloup
a30b2410cb
Simplify Gitpod setup ( #6894 )
3 years ago
Jeremy Tuloup
044089dc98
Update to JupyterLab 4.0.1 ( #6892 )
...
* Update to JupyterLab 4.0.1
* Sort notebooks first by default
3 years ago
Jeremy Tuloup
fd45f31f98
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>
3 years ago
Jeremy Tuloup
9863625809
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
3 years ago
Jeremy Tuloup
00eed6292a
Fix action name in update workflow ( #6884 )
3 years ago
Jeremy Tuloup
78ad211fdc
Fix playwright bot ( #6880 )
...
* 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
3 years ago
jtpio
185778b0e5
Publish 7.0.0b3
...
SHA256 hashes:
jupyter-notebook-application-7.0.0-beta.3.tgz: 1a32d6e0b2d359e255b6a98378f48f3e6100514b9e9550d62ebd4f6821ea2545
jupyter-notebook-application-extension-7.0.0-beta.3.tgz: 70e9e6edcd627ca9b6c09cd68ec361e01160b3e49bbc5fc518d2835e83367ca4
jupyter-notebook-console-extension-7.0.0-beta.3.tgz: bcd66610500134b8c1de8f945eff0b8fc1972539c909fbeaff4b8758a311fe6a
jupyter-notebook-docmanager-extension-7.0.0-beta.3.tgz: 7f5ad03c2b41b33dc0a23415f2a04c1a6027ce6cc59ad684086fb4f53845550d
jupyter-notebook-documentsearch-extension-7.0.0-beta.3.tgz: 78d65b8279edd4a4c1b33b83ab2964cf9d78aa46dd87631a842c05847871088f
jupyter-notebook-help-extension-7.0.0-beta.3.tgz: 6dce35676c6c7e5fdac9e5a40f223920569c34ddf26e0579ed144118e0a8c3a8
jupyter-notebook-lab-extension-7.0.0-beta.3.tgz: 4864c11dc7ac6b2e4b46272694dbfd18a70f310ac919a3d7d0e9d754cb0ee722
jupyter-notebook-notebook-extension-7.0.0-beta.3.tgz: 42527a093e22de680ac3238311bfcdef792dd52c15a54eca6ee1f9c26e41a62c
jupyter-notebook-terminal-extension-7.0.0-beta.3.tgz: c9fd225c5654178c9d7bb84d1f33bae58f58361a71a36da1ac4057c3073f6470
jupyter-notebook-tree-7.0.0-beta.3.tgz: 02d848af9232a2cad79aaf9ce788d8b258c91ad8dcbdc20782cb1cfb8ce4e778
jupyter-notebook-tree-extension-7.0.0-beta.3.tgz: cf9f6461aa7926a8500fba0484e8a2c3a192b785ca693f984eae002087f18b10
jupyter-notebook-ui-components-7.0.0-beta.3.tgz: 6788b80a53fca10d4fd75f7195fbe9b69b81e0dcd3b6ba70c81ac8778046a6f8
notebook-7.0.0b3-py3-none-any.whl: 6b3b854241d57a4969c8b667047471df26c0e75d3e49d3caaa3b528d1cbbc027
notebook-7.0.0b3.tar.gz: 5507449334c145e2a863ddb34498607d2394f35610923631d2f133c7c11e6da1
3 years ago
Jason Weill
93e4d5e1c6
Copy edits ( #6879 )
3 years ago
tuncbkose
c77ebdcfbf
Enable add a cell button ( #6872 )
...
* Enable add a cell button
* workaround for Firefox
* Lint
---------
Co-authored-by: Jeremy Tuloup <jeremy.tuloup@gmail.com>
3 years ago
Jeremy Tuloup
17286813b0
Update to Playwright 1.33 ( #6874 )
...
* Update to Playwright 1.33
* Update Firefox snapshots
3 years ago
Jeremy Tuloup
e976dfdc1a
Fix handling of default factory in the URL ( #6873 )
3 years ago
Jeremy Tuloup
d51836480c
Update to JupyterLab 4 final ( #6871 )
...
* Update to JupyterLab 4 final
* Update python package
* fix yarn.lock
* Fix leftover `@jupyterlab/celltags`
3 years ago
Kenny Timmer
855822d648
Remove "Close Tab" menu entry ( #6843 )
...
* remove Close Tab from menu entry
* Disable the close tab menu entry
* Update snapshots
---------
Co-authored-by: timmerk <timmerk@umich.edu>
Co-authored-by: Jeremy Tuloup <jeremy.tuloup@gmail.com>
3 years ago
Jeremy Tuloup
50ff76ad82
Fix check links on CI ( #6870 )
3 years ago
jtpio
573becfa64
Publish 7.0.0b2
...
SHA256 hashes:
jupyter-notebook-application-7.0.0-beta.2.tgz: f16f987baf9039a464321fdfdd1c0de97b324350af91a848757a3883bda31ff8
jupyter-notebook-application-extension-7.0.0-beta.2.tgz: b97d256a4ae75a28757960378f3b52f65d8f9b19e57a7a119bb905b79b60af96
jupyter-notebook-console-extension-7.0.0-beta.2.tgz: fc7fe5d9e057f4bc9e6516642d3df372f97aca3dd60783ddbe27650c09dffecf
jupyter-notebook-docmanager-extension-7.0.0-beta.2.tgz: 1cbc64c01bc36009d9146c26237cedcbea2acc8a0d36724983546c381bccb68a
jupyter-notebook-documentsearch-extension-7.0.0-beta.2.tgz: 671ae6fddda2548fb1956b87cb64a32743fea8adfed628ac993a4e61ee6cb7a9
jupyter-notebook-help-extension-7.0.0-beta.2.tgz: c033c7a28b3a994b0ede32a0c695b776d31455b6ddf7b151ec9d9b17715d1bc3
jupyter-notebook-lab-extension-7.0.0-beta.2.tgz: 7df590bdf041eec94953f9d01476413bfc50f0cf2711125c6be22c66b655313e
jupyter-notebook-notebook-extension-7.0.0-beta.2.tgz: 05c3d33f0e67ddf3d019bf7d4b51fc7ca48d8397320bc2a9c57b21661695c94a
jupyter-notebook-terminal-extension-7.0.0-beta.2.tgz: 1ef4b60e9456c3924c2019c68d3dac8a44bf637a965a6f4b93b85de8df1fd6d4
jupyter-notebook-tree-7.0.0-beta.2.tgz: bf9cd0156ae0f68667467bc25beacd2a02da72107f71fe2faac6e91ee893711d
jupyter-notebook-tree-extension-7.0.0-beta.2.tgz: 2f006e88b4a6dd55cde77bc678a437d27ce06a7459e956d88e9801ef29ceb0b9
jupyter-notebook-ui-components-7.0.0-beta.2.tgz: 9f6c3e324bae2903b3389aa619d087c21c08ee935aa6b4dd5416d4f9280bc235
notebook-7.0.0b2-py3-none-any.whl: b47739afdbc283b5267958f8c8feafe870523db6523259370564db85d0012b22
notebook-7.0.0b2.tar.gz: d79f4c1f07f3a23ea46f09621c1370fb8c12d96606a3b791b1ff27df01490bc8
3 years ago
Jeremy Tuloup
c0071d7960
Update to JupyterLab 4.0.0rc1 ( #6864 )
...
* Update to JupyterLab 4.0.0rc1
* Update yarn.lock
* Bump to `4.0.0rc1`
3 years ago
Steven Silvester
cf3c2f6dfe
Update RTD image ( #6861 )
3 years ago
Andrii Ieroshenko
d7d110c551
Change "Interface" menu to "Open in...", shorten names of menu items inside ( #6847 )
...
* rename commandLabel
* attemp to keep longer name in command palette
* Remove trying to keep longer name for command palette
* Attempt to register 2 commands to show the same command in the command palette
* fix passing paletteCommand to palette.addItem
* account for "args" being potentially passed to label
* change command palette wording to "Open in"
* capitalize "in" in "Open In..." btn title for consistency
* Make "in" not capitalized in "Open in..."
* use 'Open in %1' string formation form
* Update snapshots
* rename commandPaletteLabel into commandDescription
* use command with description as a label in view menu
* update snapshots manually
* update more snapshots manually
* Use isPalette and isMenu
* Lint
---------
Co-authored-by: Jeremy Tuloup <jeremy.tuloup@gmail.com>
3 years ago
Serena Irani
f4d2286179
Add Skip Link to Notebook ( #6844 )
...
* Update base.css
* Update shell.ts
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* prettier lint test fixes
* Fix ESLint error
* Update tests
* Update more tests
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Jeremy Tuloup <jeremy.tuloup@gmail.com>
3 years ago
pre-commit-ci[bot]
7622707f73
[pre-commit.ci] pre-commit autoupdate ( #6857 )
...
updates:
- [github.com/charliermarsh/ruff-pre-commit: v0.0.260 → v0.0.263](https://github.com/charliermarsh/ruff-pre-commit/compare/v0.0.260...v0.0.263 )
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
3 years ago
Yanqing Dai
22b5f14c0a
Fix top bar visibility not picking up settings overrides ( #6833 ) ( #6836 )
...
* Make 'visible' enum type and pick up both default and user
settings.
3 years ago
jtpio
7c3c992faf
Publish 7.0.0b1
...
SHA256 hashes:
jupyter-notebook-application-7.0.0-beta.1.tgz: dbe81c4da5278dd29f64bb06d4c99f48503e29c9c03a3e49137e8ca2479a5f89
jupyter-notebook-application-extension-7.0.0-beta.1.tgz: 4ed04fd1c7c72bbff3fe877efd17bd3c608f722c9cca830a030f99c4a534415c
jupyter-notebook-console-extension-7.0.0-beta.1.tgz: 03688c5a96517a3af84140c22c7f4a6af30b7df883d11315bf18c4c9ccab4148
jupyter-notebook-docmanager-extension-7.0.0-beta.1.tgz: 5a5824d1d9b3338cb04babcfbe2f41269bc73d0d988dcdb5196aa68972f3d990
jupyter-notebook-documentsearch-extension-7.0.0-beta.1.tgz: a88ef1c3a8dc306d1837f81bcf59f08ec82fe833f1702aaac12cb0dc58371b12
jupyter-notebook-help-extension-7.0.0-beta.1.tgz: 976b337c74afcf2aa2b86fcd5fe7a8088d06e9fb7789e51a2b9f6f2adec6bf42
jupyter-notebook-lab-extension-7.0.0-beta.1.tgz: d91242236e80749507c909636d11e12f180b78cd6c4a769a69e318c35e46a70c
jupyter-notebook-notebook-extension-7.0.0-beta.1.tgz: 64273f1970f0e47bda50e7fda6306e619aac01d9d17750171abc6157b20b4b46
jupyter-notebook-terminal-extension-7.0.0-beta.1.tgz: 0e29dc7a34de00878338be07f383b4bb3f6e4d6b24cc9489dd09b09cb4188e22
jupyter-notebook-tree-7.0.0-beta.1.tgz: d9e8c9376ac44c8a401b3fb388b1f5755bc637332c9fe7cb9b16b17500f7712d
jupyter-notebook-tree-extension-7.0.0-beta.1.tgz: 4390a10d9a2a81be93785fba63a0e2f1312d9538d8ecc1effbeee9d84e7bcaf5
jupyter-notebook-ui-components-7.0.0-beta.1.tgz: 1ed1ea4708d6019c67bc222d399bd27cfc79fcee580c1eb5518a1446acbe8dd4
notebook-7.0.0b1-py3-none-any.whl: 55e7000d061208b97754405ab9388fc60bf888599dd2cf8d271d35bde14133dc
notebook-7.0.0b1.tar.gz: f028132457076756baf6eca9bc655680dc68ac2cfd0f4265db3e4cb5d98292ff
3 years ago
Jeremy Tuloup
4b6af274b2
Update to JupyterLab 4.0.0rc0 ( #6853 )
...
* Update to JupyterLab 4.0.0rc0
* Increase `timeout-minutes`
* ignore binder link
* try without query string parameter
3 years ago
Eric Gentry
68f10a23c5
Added extra information and user-action summaries to 7 migration docs. ( #6850 )
...
* Added extra information and user-action summaries to 7 migration docs.
* Update docs/source/migrate_to_notebook7.md
Co-authored-by: Jeremy Tuloup <jeremy.tuloup@gmail.com>
* Update docs/source/migrate_to_notebook7.md
Co-authored-by: Jeremy Tuloup <jeremy.tuloup@gmail.com>
* Updated nbclassic messaging.
* Revised heading.
* Updated heading.
* Formatting pass.
---------
Co-authored-by: Jeremy Tuloup <jeremy.tuloup@gmail.com>
3 years ago
Jeremy Tuloup
787339c09e
Update to JupyterLab `4.0.0b1` and `4.0.0b2` ( #6838 )
...
* Update to JupyterLab 4.0.0b1
* fix resolutions
* more updates
* Remove previous shortcuts plugin
* Bump `jupyter_server` dependency
* Align playwright dependency
* Update to JupyterLab 4.0.0b2
* fix some deps
* Update yarn.lock
* add util fallback
* style the footer
* fix footer background
* move mouse before taking the screnshot
* update ui tests yarn.lock
* disable the notebook footer for now
* update snapshots
3 years ago
Steven Silvester
27c93719e7
Use local coverage ( #6839 )
...
* use local coverage
* bump min jupyterlab_server version
* bump min jupyterlab_server version
* add fail_under
3 years ago
Nicolas Brichet
f0ec5f30e9
Fixes the notebooktools ( #6834 )
...
* Fixes the notebooktools
* Updates snapshots
3 years ago
Jeremy Tuloup
1512c82992
Rename migration file to `migrate_to_notebook7` ( #6831 )
...
* Use correct canonical URL while building docs (#6829 )
As noted in https://github.com/readthedocs/readthedocs.org/pull/10224 with the current configuration the canonical URL is wrong with different sphinx builds. For instance the "latest" docs point to "stable". This leads to apps like Mastodon to generate previews to pages which don't exist since they rely on
<link rel="canonical" href="https://jupyter-notebook.readthedocs.io/en/stable/notebook_7_features.html " />
This should fix that.
* Renaming migration file to `migrating_to_notebook7`
* Use the correct name
* fix ref
---------
Co-authored-by: Ashwin V. Mohanan <9155111+ashwinvis@users.noreply.github.com>
3 years ago
Ashwin V. Mohanan
6e60c72ead
Use correct canonical URL while building docs ( #6829 )
...
As noted in https://github.com/readthedocs/readthedocs.org/pull/10224 with the current configuration the canonical URL is wrong with different sphinx builds. For instance the "latest" docs point to "stable". This leads to apps like Mastodon to generate previews to pages which don't exist since they rely on
<link rel="canonical" href="https://jupyter-notebook.readthedocs.io/en/stable/notebook_7_features.html " />
This should fix that.
3 years ago
jtpio
2f9aa01a8f
Publish 7.0.0b0
...
SHA256 hashes:
jupyter-notebook-application-7.0.0-beta.0.tgz: 102ecf782a63fb11393c05e0feb5d9d4370a245b2e47ff5ed5e6746c724d1038
jupyter-notebook-application-extension-7.0.0-beta.0.tgz: 8c7a5b2ed5f9cb5cc4736fd9fb2ddf31bb73cbbb814fabf4b7114f828855cb77
jupyter-notebook-console-extension-7.0.0-beta.0.tgz: d9873d05874c3f4b9609b78010b1d2b045df4887c9d0d46f5f4486345352ff7d
jupyter-notebook-docmanager-extension-7.0.0-beta.0.tgz: 894b218e4ceda62e3ad20d1225fa79bce14641a6625520211dff67af27185e79
jupyter-notebook-documentsearch-extension-7.0.0-beta.0.tgz: a524b9d152558af346eff42130e352b55170b2db302bf1bca8489bb63f540b10
jupyter-notebook-help-extension-7.0.0-beta.0.tgz: 82b619a5c75c3b08ff18e4dc11c9befea812d37828fc59e66f3a16754be0c61b
jupyter-notebook-lab-extension-7.0.0-beta.0.tgz: 7c51bc5d12acaf968a92ef11ec4eab55b2b75ea837d2eec28d81045f9d4a4a77
jupyter-notebook-notebook-extension-7.0.0-beta.0.tgz: 35f9b7eefda53e9de9d9c897c13a61df5273ac1c6f23c088aec15a17b009d007
jupyter-notebook-terminal-extension-7.0.0-beta.0.tgz: fcdd9e1fd1b11c7301a132bd19a6dbc1d58e9006f5c13dd67eaff457b70f287c
jupyter-notebook-tree-7.0.0-beta.0.tgz: 14839ad3928a43bd444166eb0b1a2f9c6d581f667d0c9358d5272ac940a3121d
jupyter-notebook-tree-extension-7.0.0-beta.0.tgz: 881a5fc4d8b22976101055046e3b306b57a89a4404b959c6453a0c22083ec62e
jupyter-notebook-ui-components-7.0.0-beta.0.tgz: 1edea9a326f83d8f3213ab69c655a89e0d0079e3f75d441a47166d2467c209b8
notebook-7.0.0b0-py3-none-any.whl: a73f295ad0e728d01af316ed04cadb39913da1e77647faf57a3c4f6b3844a303
notebook-7.0.0b0.tar.gz: efb6e3fd91ad20636c615430ddebf4fc3bd56904419bc88f439732945641b2e8
3 years ago
Jeremy Tuloup
b99718f57a
Add missing singleton packages for RTC ( #6816 )
...
* Add missing singleton packages for RTC
* Add RTC screencast to the docs
* try fix package check
3 years ago
Jeremy Tuloup
0c888aedee
Improve the documentation for Notebook 7 ( #6813 )
...
* [pre-commit.ci] pre-commit autoupdate (#6814 )
updates:
- [github.com/python-jsonschema/check-jsonschema: 0.21.0 → 0.22.0](https://github.com/python-jsonschema/check-jsonschema/compare/0.21.0...0.22.0 )
- [github.com/psf/black: 23.1.0 → 23.3.0](https://github.com/psf/black/compare/23.1.0...23.3.0 )
- [github.com/charliermarsh/ruff-pre-commit: v0.0.254 → v0.0.260](https://github.com/charliermarsh/ruff-pre-commit/compare/v0.0.254...v0.0.260 )
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
* Add note and warning on the extension landing page
* fix nbclassic url
* fix seealso blocks
* Fix note
* add changelog to the navbar
* update faq
* Update screencasts and screenshots
* Remove old screenshots and screencasts
* rename migrating file
* Split the migration guide
* dedicate a page to new features
* document themes
* Iterate on the new features
* expand docs on extensions
* add Binder link
* mention the interface dropdown
* iterate on features
* Mention nbgrader and RISE
* Lint
* Add server extension docs
* fixes
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
3 years ago
pre-commit-ci[bot]
65da1cd756
[pre-commit.ci] pre-commit autoupdate ( #6814 )
...
updates:
- [github.com/python-jsonschema/check-jsonschema: 0.21.0 → 0.22.0](https://github.com/python-jsonschema/check-jsonschema/compare/0.21.0...0.22.0 )
- [github.com/psf/black: 23.1.0 → 23.3.0](https://github.com/psf/black/compare/23.1.0...23.3.0 )
- [github.com/charliermarsh/ruff-pre-commit: v0.0.254 → v0.0.260](https://github.com/charliermarsh/ruff-pre-commit/compare/v0.0.254...v0.0.260 )
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
3 years ago
Yinon Ehrlich
a5994d1a63
fix typo in the migration guide ( #6812 )
3 years ago
Jesus Panales Castillo
9355169eae
added white space to bottom of edit files ( #6804 )
...
* added bottom white spaces to edit files
* updated attribute name in edit template for consistency
---------
Co-authored-by: = <=>
3 years ago
Jeremy Tuloup
2282307c36
Update to JupyterLab `4.0.0b0` ( #6803 )
...
* Update to JupyterLab beta
* fix resolutions
* fix the build
3 years ago
Jason Weill
b7b822a9db
Hides 'micro' toolbars in notebook ( #6791 )
...
* Hides 'micro' toolbars in notebook
* Incremental change for more specific selector
* Fix rule, remove redundant rule
* Moves rule to application extension
3 years ago
jtpio
e78f05b5f6
Publish 7.0.0a18
...
SHA256 hashes:
jupyter-notebook-application-7.0.0-alpha.18.tgz: 7429a90998f35085aadb76209372eda9dd724dae5d37920f1bd408f7e8a21e9f
jupyter-notebook-application-extension-7.0.0-alpha.18.tgz: 5ad1dbf554f5c60b02271b833292f12bcf29e5c0f5545c0da7261265dd428b70
jupyter-notebook-console-extension-7.0.0-alpha.18.tgz: fb191b75147c484bf3f80c1fb70f7ddf0fdca5893f4f5d9eda92261c0812de40
jupyter-notebook-docmanager-extension-7.0.0-alpha.18.tgz: da55183e6c91a872b2808058ff9fcd3c1674ab6091e98d1293247380725854d9
jupyter-notebook-documentsearch-extension-7.0.0-alpha.18.tgz: 31c9e401e830fa0f9b9c874379961f1cdd666a7e59cce91e771b79b081e75d45
jupyter-notebook-help-extension-7.0.0-alpha.18.tgz: e396ac5ea05c903d7a3c813c825ba5428a69592203a9d2781843ce365a755b82
jupyter-notebook-lab-extension-7.0.0-alpha.18.tgz: 29a92b4d6f1bde0b83c11f47decc8ad09dd8b4d9fa5b59ed056eabc8065aefe4
jupyter-notebook-notebook-extension-7.0.0-alpha.18.tgz: 0de2251e846eae92f496cfee43cbb232e81b172f296cdca953092218b7728149
jupyter-notebook-terminal-extension-7.0.0-alpha.18.tgz: 47ba30ad9a52788e55e77c77935e537054e0540b580c5646e2d7b6f194597a6a
jupyter-notebook-tree-7.0.0-alpha.18.tgz: e5e1c73d6975681acf424b95d7dcce1fdce04acbfa613b5266edc6a64212c823
jupyter-notebook-tree-extension-7.0.0-alpha.18.tgz: 8dcc04b6bc9878051ac17e5d09cac21da6b978a447a6163b7018e13eb6e83c9d
jupyter-notebook-ui-components-7.0.0-alpha.18.tgz: b8caf1fc39584dc7bbb2ac739b327de82f4fc366795308a008e157ec8fec8220
notebook-7.0.0a18-py3-none-any.whl: 17d36528151e0b0e1bf318d2944520f98f08be2860d247c556185ea2bab6d5de
notebook-7.0.0a18.tar.gz: 3c1fb8d2a6087b3f043715679338ae2c7fd51b99405ec9acb22b28a254f90741
3 years ago
Jeremy Tuloup
253efe279f
Add back the `csvviewer-extension` ( #6799 )
3 years ago