13347 Commits

Author SHA1 Message Date
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
@jupyter-notebook/help-extension@7.0.0-beta.0 @jupyter-notebook/notebook-extension@7.0.0-beta.0 @jupyter-notebook/console-extension@7.0.0-beta.0 @jupyter-notebook/documentsearch-extension@7.0.0-beta.0 @jupyter-notebook/metapackage@7.0.0-beta.0 @jupyter-notebook/ui-components@7.0.0-beta.0 v7.0.0b0 @jupyter-notebook/buildutils@7.0.0-beta.0 @jupyter-notebook/tree-extension@7.0.0-beta.0 @jupyter-notebook/terminal-extension@7.0.0-beta.0 @jupyter-notebook/application@7.0.0-beta.0 @jupyter-notebook/app@7.0.0-beta.0 @jupyter-notebook/application-extension@7.0.0-beta.0 @jupyter-notebook/lab-extension@7.0.0-beta.0 @jupyter-notebook/docmanager-extension@7.0.0-beta.0 @jupyter-notebook/tree@7.0.0-beta.0
2023-04-04 17:21:41 +00:00
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
2023-04-04 19:05:07 +02:00
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>
2023-04-04 12:16:39 +02:00
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>
2023-04-04 09:26:17 +02:00
Yinon Ehrlich
a5994d1a63
fix typo in the migration guide (#6812) 2023-04-03 13:37:16 +02:00
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: = <=>
2023-03-30 08:11:53 +02:00
Jeremy Tuloup
2282307c36
Update to JupyterLab 4.0.0b0 (#6803)
* Update to JupyterLab beta

* fix resolutions

* fix the build
2023-03-28 14:29:41 +02:00
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
2023-03-28 10:51:59 +02:00
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
@jupyter-notebook/app@7.0.0-alpha.18 @jupyter-notebook/application-extension@7.0.0-alpha.18 @jupyter-notebook/docmanager-extension@7.0.0-alpha.18 @jupyter-notebook/application@7.0.0-alpha.18 @jupyter-notebook/metapackage@7.0.0-alpha.18 @jupyter-notebook/buildutils@7.0.0-alpha.18 @jupyter-notebook/tree@7.0.0-alpha.18 @jupyter-notebook/tree-extension@7.0.0-alpha.18 @jupyter-notebook/terminal-extension@7.0.0-alpha.18 @jupyter-notebook/ui-components@7.0.0-alpha.18 v7.0.0a18 @jupyter-notebook/lab-extension@7.0.0-alpha.18 @jupyter-notebook/console-extension@7.0.0-alpha.18 @jupyter-notebook/notebook-extension@7.0.0-alpha.18 @jupyter-notebook/documentsearch-extension@7.0.0-alpha.18 @jupyter-notebook/help-extension@7.0.0-alpha.18
2023-03-24 16:56:24 +00:00
Jeremy Tuloup
253efe279f
Add back the csvviewer-extension (#6799) 2023-03-24 16:51:44 +01:00
Yanqing Dai
77e591a6bb
Fix JSON setting editor not opening issue (#6778) (#6795) 2023-03-24 14:18:36 +01:00
jtpio
cc454bb0cc Publish 7.0.0a17
SHA256 hashes:

jupyter-notebook-application-7.0.0-alpha.17.tgz: fd0a4bbc197aa47b5ba6e79759306e676abce29962885418f3d2469e838050dd

jupyter-notebook-application-extension-7.0.0-alpha.17.tgz: a8bb9e049d8520a7c6d3aa92293d1501e2c028994c8f88a8274ebe50f55fb71e

jupyter-notebook-console-extension-7.0.0-alpha.17.tgz: 069fb2ba8d7778739d7357c1359019a77393c4ed2d91e50a76a1547f81c49e47

jupyter-notebook-docmanager-extension-7.0.0-alpha.17.tgz: 54059a403c4eea255d2e1bac118d808e11cd3dc3fe9c6b6c527d3c0c722053fe

jupyter-notebook-documentsearch-extension-7.0.0-alpha.17.tgz: eaaaa8daf944b0f7087afc63d88a60e9f62a6efd939bf46a56a907be516eca1a

jupyter-notebook-help-extension-7.0.0-alpha.17.tgz: 0f1a8ce109175c31ccf30d324b6e35178b06e82b0e0fc4bf268bfe1dd91b4eea

jupyter-notebook-lab-extension-7.0.0-alpha.17.tgz: c887a7c27f5f37ad71b4410368228966c6055432e37a51c1fc15d5b3418a4c66

jupyter-notebook-notebook-extension-7.0.0-alpha.17.tgz: 17cac111ee63a09a685ef2ff955917abb9fbec386620a37c0d680aae4da7bc46

jupyter-notebook-terminal-extension-7.0.0-alpha.17.tgz: 124a73f6b631d64e5c02dbd87bad104bf3b5b7b4ea92e0c067526ff63f2151f5

jupyter-notebook-tree-7.0.0-alpha.17.tgz: a5a348712c99e3b413307b5599982c89e758e4435dd8cc2741ca0bd1154f9f2b

jupyter-notebook-tree-extension-7.0.0-alpha.17.tgz: 1a4f8e322cff780cd439b1f5722ef416b46e2c203ca3f680d4da1a70f9fdbeb1

jupyter-notebook-ui-components-7.0.0-alpha.17.tgz: 8ad41bb70995a8dcbc6f64e785d823456e594f6069218b7b20da74e8d66abd0b

notebook-7.0.0a17-py3-none-any.whl: 43017968236c163364490ccd0178a68023c9c7d1fbcdaf9118ebcf1c79f37f77

notebook-7.0.0a17.tar.gz: cf2e5855e07a7b8c08efbeae23643deb29814858d26940a772274365f371a343
@jupyter-notebook/tree-extension@7.0.0-alpha.17 @jupyter-notebook/documentsearch-extension@7.0.0-alpha.17 @jupyter-notebook/app@7.0.0-alpha.17 @jupyter-notebook/ui-components@7.0.0-alpha.17 @jupyter-notebook/docmanager-extension@7.0.0-alpha.17 @jupyter-notebook/notebook-extension@7.0.0-alpha.17 @jupyter-notebook/metapackage@7.0.0-alpha.17 @jupyter-notebook/buildutils@7.0.0-alpha.17 @jupyter-notebook/help-extension@7.0.0-alpha.17 @jupyter-notebook/tree@7.0.0-alpha.17 @jupyter-notebook/lab-extension@7.0.0-alpha.17 @jupyter-notebook/application-extension@7.0.0-alpha.17 @jupyter-notebook/console-extension@7.0.0-alpha.17 @jupyter-notebook/terminal-extension@7.0.0-alpha.17 @jupyter-notebook/application@7.0.0-alpha.17 v7.0.0a17
2023-03-20 13:10:34 +00:00
Jeremy Tuloup
7903de83e8
Update to JupyterLab 4.0.0a37 (#6777)
* Update JupyterLab and Lumino packages

* fix resolutions

* Update to TypeScript 5 final

* Reuse upstream sessionDialogs plugin

* update gitpod setup

* Update UI tests setup

* Update npmClient

* try without immutable

* add explicit playwright dep

* Update mathjax package

* update yarn.lock

* update dev dependencies

* lint

* update yarn.lock

* Fix typescript dependency

* fix metapackage
2023-03-20 13:49:22 +01:00
Tarun Samanta
551515559b
commit for testing (#6775) 2023-03-16 08:58:58 +01:00
jtpio
44eb35e2e5 Publish 7.0.0a16
SHA256 hashes:

jupyter-notebook-application-7.0.0-alpha.16.tgz: 3c0036866fa97d0333a108891b90455528524033adf44a883b52d3a74c43bcf9

jupyter-notebook-application-extension-7.0.0-alpha.16.tgz: f4fdc2643b46a3dea6473686f930e90a810fc07d7afec1c6236f8536464bfa9f

jupyter-notebook-console-extension-7.0.0-alpha.16.tgz: 94e7c908a10ea4fdb0ac080f3c77d40c7ff7fe8fcfd8f308b3d252b4dcc78bbd

jupyter-notebook-docmanager-extension-7.0.0-alpha.16.tgz: 1c05fef8c30ff0792e170a6f580dc81daaae20b69a20c0009dba3a17cd853b6c

jupyter-notebook-documentsearch-extension-7.0.0-alpha.16.tgz: c0516c5963d6931b34856d792478ab92e54d34af006b0a7d3f7cc361f2221de6

jupyter-notebook-help-extension-7.0.0-alpha.16.tgz: 61e16f847b7fd945bd4238954ff04182a1212e9cfe6c652976eeafe79de754b3

jupyter-notebook-lab-extension-7.0.0-alpha.16.tgz: 1613bf67261199a28c398256cc6b289b01d7030ac8457c2c8909a95a1576d483

jupyter-notebook-notebook-extension-7.0.0-alpha.16.tgz: 37e0da2d66fc5175c156238bdaacb5a6cddad249c4a29270b1e6af2b35ba8154

jupyter-notebook-terminal-extension-7.0.0-alpha.16.tgz: 2021b797d46022fa4bc23d102d41187e8364948d3c46d435d4546f2f3c0f52e8

jupyter-notebook-tree-7.0.0-alpha.16.tgz: c1efa011377f44dccc30e346774fca6e9b0e921b62ac1ca0e134878320c699e7

jupyter-notebook-tree-extension-7.0.0-alpha.16.tgz: a1c6156e5ae4b4ce1448101c29e907359fcf95957f0f2330dcb04a16f1fe61c9

jupyter-notebook-ui-components-7.0.0-alpha.16.tgz: 66556229af90222d7fa431f998462c7313c735235fdbc669ce262010446d36a4

notebook-7.0.0a16-py3-none-any.whl: c86681ec17cb9ae7e34d9b23f39613704b17074f9bf8c9a086d01135ee76a8c9

notebook-7.0.0a16.tar.gz: 4f7cfc66d55c1ce84759bee0183e15352113c00503925cee351b27c7335d7fae
@jupyter-notebook/console-extension@7.0.0-alpha.16 @jupyter-notebook/buildutils@7.0.0-alpha.16 @jupyter-notebook/application@7.0.0-alpha.16 @jupyter-notebook/lab-extension@7.0.0-alpha.16 v7.0.0a16 @jupyter-notebook/documentsearch-extension@7.0.0-alpha.16 @jupyter-notebook/terminal-extension@7.0.0-alpha.16 @jupyter-notebook/tree@7.0.0-alpha.16 @jupyter-notebook/help-extension@7.0.0-alpha.16 @jupyter-notebook/tree-extension@7.0.0-alpha.16 @jupyter-notebook/notebook-extension@7.0.0-alpha.16 @jupyter-notebook/metapackage@7.0.0-alpha.16 @jupyter-notebook/ui-components@7.0.0-alpha.16 @jupyter-notebook/docmanager-extension@7.0.0-alpha.16 @jupyter-notebook/application-extension@7.0.0-alpha.16 @jupyter-notebook/app@7.0.0-alpha.16
2023-03-15 09:05:27 +00:00
Jeremy Tuloup
0faa88c8b6
Update to JupyterLab 4.0.0a36 (#6773)
* Update to JupyterLab 4.0.0a36

* Update `webpack`

* Refresh deps

* fix yarn.lock

* Update Playwright Snapshots

* Update Playwright Snapshots

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-03-15 09:50:55 +01:00
Jeremy Tuloup
7963a791ac
Add documentation for contributing to the docs (#6771)
* Develop docs on Gitpod

* Add documentation section to the contributing docs

* Add a section for contributing from the browser

* typo fix

* fix link in contributing

* Add Gitpod badge

* fix auto activate
2023-03-15 07:48:05 +01:00
Jeremy Tuloup
f05e5a985d
Convert docs to Markdown (#6770)
* Convert docs to Markdown

* lint

* update refs

* more update
2023-03-14 17:06:31 +01:00
Afshin Taylor Darian
f44ac97b74
Clean up interface switcher plugin in preparation for release (#6766)
* Clean up interface switcher plugin in preparation for release

* Use caret down icon to be consistent with the "New" dropdown in the tree page

* Update Playwright Snapshots

* Update Playwright Snapshots

* Fix button height of interface switcher

* Update packages/lab-extension/style/base.css

Co-authored-by: Jeremy Tuloup <jeremy.tuloup@gmail.com>

* Update Playwright Snapshots

* Update Playwright Snapshots

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Jeremy Tuloup <jeremy.tuloup@gmail.com>
2023-03-14 09:47:17 +01:00
Lumír 'Frenzy' Balhar
072a5d6b0c
Remove empty py.test file (#6764) 2023-03-08 18:01:13 +01:00
jtpio
3886790af1 Publish 7.0.0a15
SHA256 hashes:

jupyter-notebook-application-7.0.0-alpha.15.tgz: 7b4acdfcd454818bff871d3f059c8b29e93d4e90fdfb166517184670c1f5f08d

jupyter-notebook-application-extension-7.0.0-alpha.15.tgz: d3f07eadbc4847cd90abe67cd31920afe40bdc788e746d71d9c8efab0b28beb0

jupyter-notebook-console-extension-7.0.0-alpha.15.tgz: 2d165983ec8ac2b51576d9040cb21200320cb7f06d64dee1aa05bf9bc743634d

jupyter-notebook-docmanager-extension-7.0.0-alpha.15.tgz: 8a8e2f928cb07a355f2cdf01016ce5c240ed2f5a82924daf419e0064693b5b0f

jupyter-notebook-documentsearch-extension-7.0.0-alpha.15.tgz: 11be1e546a87dccbae8982e2bf46b28236e5a9f9c49d45ca761f4a0a84f04e56

jupyter-notebook-help-extension-7.0.0-alpha.15.tgz: 73d8caee1e0bc8600ad7688c04e8d2ba82efad2927aedc6766f7d437fa7ba728

jupyter-notebook-lab-extension-7.0.0-alpha.15.tgz: f3886e19558a04f2946786b4f3b81d8a00b24fc1c15dbe1142ef24d2f501b571

jupyter-notebook-notebook-extension-7.0.0-alpha.15.tgz: 570c9baff9936dbc43413d6368ab4ce623e7bed127fbfdd495f6b963564a8955

jupyter-notebook-terminal-extension-7.0.0-alpha.15.tgz: 2555ecec5b9a35c2b788067f3b47c8fe968fea28be03e8385cd9d109597b24ec

jupyter-notebook-tree-7.0.0-alpha.15.tgz: 46cf4f6c94e61bd3b6eaef3bcbb6d008006f600b3f3b46c78a478fb7eb577e4c

jupyter-notebook-tree-extension-7.0.0-alpha.15.tgz: 5637759ed183f8ce8a38cb307a00c1452c5c4d21413273d2693ce153239b7fff

jupyter-notebook-ui-components-7.0.0-alpha.15.tgz: 35dd694784ca91042d19662f755f86423e1e4afe74b5976d3c8411330d11cb0b

notebook-7.0.0a15-py3-none-any.whl: 1f9bf33bd224dabd430e297f23a634aa2014b5c1de10ae3029ea4fff54098cb3

notebook-7.0.0a15.tar.gz: ab0d9976222e9fd83fab08369ddaa57760dd1657a484652a12692feaddf5c339
@jupyter-notebook/ui-components@7.0.0-alpha.15 v7.0.0a15 @jupyter-notebook/application-extension@7.0.0-alpha.15 @jupyter-notebook/app@7.0.0-alpha.15 @jupyter-notebook/notebook-extension@7.0.0-alpha.15 @jupyter-notebook/console-extension@7.0.0-alpha.15 @jupyter-notebook/lab-extension@7.0.0-alpha.15 @jupyter-notebook/help-extension@7.0.0-alpha.15 @jupyter-notebook/documentsearch-extension@7.0.0-alpha.15 @jupyter-notebook/buildutils@7.0.0-alpha.15 @jupyter-notebook/application@7.0.0-alpha.15 @jupyter-notebook/tree@7.0.0-alpha.15 @jupyter-notebook/tree-extension@7.0.0-alpha.15 @jupyter-notebook/metapackage@7.0.0-alpha.15 @jupyter-notebook/docmanager-extension@7.0.0-alpha.15 @jupyter-notebook/terminal-extension@7.0.0-alpha.15
2023-03-08 08:24:32 +00:00
dependabot[bot]
1ccb8f15d6
Bump vega from 5.22.1 to 5.23.0 in /ui-tests (#6756)
Bumps [vega](https://github.com/vega/vega) from 5.22.1 to 5.23.0.
- [Release notes](https://github.com/vega/vega/releases)
- [Commits](https://github.com/vega/vega/compare/v5.22.1...v5.23.0)

---
updated-dependencies:
- dependency-name: vega
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-07 15:48:36 +01:00
pre-commit-ci[bot]
b591d61ed1
[pre-commit.ci] pre-commit autoupdate (#6762)
* [pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/charliermarsh/ruff-pre-commit: v0.0.237 → v0.0.254](https://github.com/charliermarsh/ruff-pre-commit/compare/v0.0.237...v0.0.254)

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* Update ruff

* Lint conftest

---------

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>
2023-03-07 15:47:57 +01:00
dependabot[bot]
8e77a4aaef
Bump vega-functions from 5.13.0 to 5.13.1 in /ui-tests (#6754)
Bumps [vega-functions](https://github.com/vega/vega) from 5.13.0 to 5.13.1.
- [Release notes](https://github.com/vega/vega/releases)
- [Commits](https://github.com/vega/vega/commits)

---
updated-dependencies:
- dependency-name: vega-functions
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-07 15:08:27 +01:00
Jeremy Tuloup
4a0387f6c4
Update to JupyterLab 4.0.0a35 (#6757)
* Update deps

* Drop `skipLibCheck`

* Integrity fixes

* Fix deps

* Enable the file size column by default

* Fix yarn.lock

* Enable file name search toolbar item

* Update Playwright Snapshots

* Update Playwright Snapshots

* Try set overflow options explicitly

* Update Playwright Snapshots

* Update to the latest Lumino 2 rc

* Fix yarn.lock

* Update Playwright Snapshots

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-03-07 14:42:48 +01:00
jtpio
0f5f3deafa Publish 7.0.0a14
SHA256 hashes:

jupyter-notebook-application-7.0.0-alpha.14.tgz: 67ce18c024592c13b4d584eadcda97d577e54fa1994a04242b780a25457244d2

jupyter-notebook-application-extension-7.0.0-alpha.14.tgz: 7d6ef5b6a90b580366d9213f2b8aa132e8f1999561ef2e66c9d09d7950aca73e

jupyter-notebook-console-extension-7.0.0-alpha.14.tgz: 6a782ba056badc366859dabdf152188a0d96a5a41f227541d5c258653d5fff38

jupyter-notebook-docmanager-extension-7.0.0-alpha.14.tgz: 3e212b60db495daa5e5162638c33bd79b7b727fa0d0ffb8a40dce0bbc63306d5

jupyter-notebook-documentsearch-extension-7.0.0-alpha.14.tgz: 30b92eb5a5de4c9f3cc156b4fca848e17323df2141396f29f7cd300918765615

jupyter-notebook-help-extension-7.0.0-alpha.14.tgz: 5732c5549f215976eb3f475745afd010702d3ef7ae4e5b81be40b955b861ac26

jupyter-notebook-lab-extension-7.0.0-alpha.14.tgz: 61a1324c9b76306233531b31101f6de7abede7a369a997e3d603aaea407f9cbf

jupyter-notebook-notebook-extension-7.0.0-alpha.14.tgz: 06871b8108a648c3327146885bcdbe595fc6f71e80d3b0f47ae71d7bc07944a6

jupyter-notebook-terminal-extension-7.0.0-alpha.14.tgz: 201e65e5a653933a4388a66d52d7f051cfb4442edb59d8ff24fefa8d0b31d0c7

jupyter-notebook-tree-7.0.0-alpha.14.tgz: 24fea7713c1a8c08feda7ae9d97f02fd3b1d6da42a0064a828a390da82db9817

jupyter-notebook-tree-extension-7.0.0-alpha.14.tgz: f416902b3d034bbe10ec0663ae9404b26d27f751d7bb02e41939a4b8eb5b9dd9

jupyter-notebook-ui-components-7.0.0-alpha.14.tgz: 2aa5b0998b4b03ef7a62eb116b758c03a2a4d0c678dc067cc5bfd30559dfdfea

notebook-7.0.0a14-py3-none-any.whl: 4754b3226320cb8ae9d4200b004a8046d4a065c142892b9d45c1ab449ca5024d

notebook-7.0.0a14.tar.gz: 101fb64c77d16a5dc66b29a854d32ed735b15c2cec82745f96810d455d0bc3de
@jupyter-notebook/metapackage@7.0.0-alpha.14 @jupyter-notebook/ui-components@7.0.0-alpha.14 @jupyter-notebook/console-extension@7.0.0-alpha.14 @jupyter-notebook/app@7.0.0-alpha.14 v7.0.0a14 @jupyter-notebook/application-extension@7.0.0-alpha.14 @jupyter-notebook/notebook-extension@7.0.0-alpha.14 @jupyter-notebook/help-extension@7.0.0-alpha.14 @jupyter-notebook/application@7.0.0-alpha.14 @jupyter-notebook/lab-extension@7.0.0-alpha.14 @jupyter-notebook/terminal-extension@7.0.0-alpha.14 @jupyter-notebook/documentsearch-extension@7.0.0-alpha.14 @jupyter-notebook/buildutils@7.0.0-alpha.14 @jupyter-notebook/tree@7.0.0-alpha.14 @jupyter-notebook/tree-extension@7.0.0-alpha.14 @jupyter-notebook/docmanager-extension@7.0.0-alpha.14
2023-03-01 12:35:47 +00:00
Jeremy Tuloup
f9e427cf4e
Add the extension manager (#6747)
* Add the extension manager

* Enable the extension manager on tree only
2023-02-28 09:50:16 +01:00
Jeremy Tuloup
2e4886f31f
Fix loading of plugins (#6750)
* Explicit load plugins for the settings editor

* Move logic to the tree extension

* Move logic to a separate plugin

* Read extensions in webpack config

* Rearrange package.json

* read mime extensions

* Template plugins per page

* Cleanup

* Load allPlugins for the settings editor

* Expand on the comment

* Expand on comment

* Fix lint
2023-02-27 10:32:34 +01:00
dcsaba89
0ccb87867d
Clean up license (#6743)
Co-authored-by: Steven Silvester <steven.silvester@ieee.org>
2023-02-20 17:27:51 +00:00
Jeremy Tuloup
3aa73cbaca
Update to TypeScript 5 (#6735) 2023-02-20 16:17:06 +01:00
Jeremy Tuloup
e7b5c3701b
File browser CSS tweaks (#6738)
* File browser CSS tweaks

* Set tabsMovable to false

* Style file browser buttons

* Add missing headers

* Update Playwright Snapshots

* Update Playwright Snapshots

* Lint

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-02-20 09:26:10 +01:00
Tony Jiang
49dfd72652
Corrected "Recomment" to "Recommend" (#6741)
Feel free to not merge this. Just spotted this reading it over.
2023-02-20 08:28:59 +01:00
Eric Charles
39a2df66a8
Docs: add migrate to notebook7 page (#6737)
* docs: add migrate to notebook7 page

* docs: update migrate_to_notebook7.rst

* docs: lint migrate_to_notebook7.rst

* docs: lint migrate_to_notebook7.rst
2023-02-17 14:28:23 +01:00
Jeremy Tuloup
dc3c26f93f
Add trusted indicator (#6736)
* Add trusted indicator

* Lint

* Add docstring

* Fix retro names

* Update Playwright Snapshots

* Update Playwright Snapshots

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-02-17 09:17:25 +01:00
Jeremy Tuloup
b8e9cae07b
Enable nx (#6718)
* Enable `nx`

* Remove the `install` script

* Remove `prepublishOnly`script

* try clean before build:prod

* debug

* more debug

* try removing pip install -e . step

* Remove debug
2023-02-16 09:37:27 +01:00
Jeremy Tuloup
b74644cc56
Add section about updating reference snapshots (#6733) 2023-02-15 14:16:59 +01:00
jtpio
b44f2c3570 Publish 7.0.0a13
SHA256 hashes:

jupyter-notebook-application-7.0.0-alpha.13.tgz: d556497822d9386c5cd5dd1d38aefe5716ae61ea1e277c30c4a51ba4c102af5b

jupyter-notebook-application-extension-7.0.0-alpha.13.tgz: 6440c420cb05f3b01883789fd09b51cd24b4dbb70e0c1496071cc497daa328c2

jupyter-notebook-console-extension-7.0.0-alpha.13.tgz: 1c8b5c0e4e8fd8a3b1e88749dcd1217506aa290a2d0c52c2ff72f2d0eb567f96

jupyter-notebook-docmanager-extension-7.0.0-alpha.13.tgz: 2525b1c5e15b7cc0d1f8a65a3f215aa05a3568b45c50b1315d47d9478b014012

jupyter-notebook-documentsearch-extension-7.0.0-alpha.13.tgz: 57bb7ebaff6e20454348b22b8ab23e632bf45b16c3042671ad59601df7a0471b

jupyter-notebook-help-extension-7.0.0-alpha.13.tgz: c0f2066eaa83bd94352db52fe1788dc2285340976774a96fdcd96752afa8513e

jupyter-notebook-lab-extension-7.0.0-alpha.13.tgz: 70e11b99f65e6fd51a7d536a614073e93e2438b7613770b6d6e113c60e499d5a

jupyter-notebook-notebook-extension-7.0.0-alpha.13.tgz: 80eb5395ed768409ee7034d95eea99c6448a989a9ca9660df387ed9a8f203c9f

jupyter-notebook-terminal-extension-7.0.0-alpha.13.tgz: 7b9ebefd5f5618e645a452c72e20f2f5ef074501132d81ced86ce1ff52f953e2

jupyter-notebook-tree-7.0.0-alpha.13.tgz: 5c8b065e6ad63520da4cdce4117873586c8e9cd3608714c9425eb8b4e389a7e6

jupyter-notebook-tree-extension-7.0.0-alpha.13.tgz: 69fa7e81012a1adaf0bc7c9565c51cbf7474e10fb80aff70729210b135532cd6

jupyter-notebook-ui-components-7.0.0-alpha.13.tgz: 933aa0680c1133cd218da4c31d1949a381eb88c29a92fd67ea1487555b338c6b

notebook-7.0.0a13-py3-none-any.whl: 35f6408d4257960ba12b726aba2951b51b949285077179f446d36b6012dcc737

notebook-7.0.0a13.tar.gz: e69d8a3d25cc1c39e108927d31ffe3a02f8afc7d5af24ca54040ea2241490449
@jupyter-notebook/tree-extension@7.0.0-alpha.13 @jupyter-notebook/buildutils@7.0.0-alpha.13 @jupyter-notebook/console-extension@7.0.0-alpha.13 v7.0.0a13 @jupyter-notebook/application-extension@7.0.0-alpha.13 @jupyter-notebook/metapackage@7.0.0-alpha.13 @jupyter-notebook/ui-components@7.0.0-alpha.13 @jupyter-notebook/notebook-extension@7.0.0-alpha.13 @jupyter-notebook/help-extension@7.0.0-alpha.13 @jupyter-notebook/app@7.0.0-alpha.13 @jupyter-notebook/docmanager-extension@7.0.0-alpha.13 @jupyter-notebook/lab-extension@7.0.0-alpha.13 @jupyter-notebook/terminal-extension@7.0.0-alpha.13 @jupyter-notebook/tree@7.0.0-alpha.13 @jupyter-notebook/application@7.0.0-alpha.13 @jupyter-notebook/documentsearch-extension@7.0.0-alpha.13
2023-02-15 07:53:01 +00:00
Jeremy Tuloup
ef67879306
Update to JupyterLab 4.0.0a34 (#6732)
* Update `@jupyterlab` and `@lumino`packages

* Remove docprovider and collaboration packages

* Fix rendermime

* Drop `@types/react`

* Fix `ICompletionProviderManager`

* Bump jupyterlab Python package

* Update Jupyter Server config

* Ignore F821 for now

* Try `LabServerApp`

* Update Playwright Snapshots

* Update Playwright Snapshots

* Remove the `--collaborative` flag

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-02-15 08:34:26 +01:00
Jeremy Tuloup
80c04e1aa2
Hide the debugger button on mobile (#6731)
* Hide the debugger button on mobile

* Update Playwright Snapshots

* Update Playwright Snapshots

* Update Playwright Snapshots

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-02-14 13:21:10 +01:00
Nicolas Brichet
cc39a28c07
Adds translator to the NotebookShell (#6725)
* Adds translator to the NotebookShell

* move the translation plugin to application-extension

* Update packages/application-extension/src/index.ts

---------

Co-authored-by: Jeremy Tuloup <jeremy.tuloup@gmail.com>
2023-02-10 11:04:07 +01:00
Jeremy Tuloup
6e6ac276e7
Fix Playwright snapshot update workflow (#6724)
* tmp: test updating UI

* Update `test_folder`

* try debug with workflow dispatch

* try on push

* fix

* try more triggers

* debug

* Install pre-commit

* run base setup

* try disable git hooks

* undo test changes
2023-02-09 15:15:16 +01:00
Jeremy Tuloup
32970b4417
Add workflow to update snapshots (#6723)
* Add workflow to update snapshots

* tmp: test ui change

* Revert "tmp: test ui change"

This reverts commit d964bf80e31e25545093ae307acc28d7861ecce9.
2023-02-09 12:17:44 +01:00
pre-commit-ci[bot]
5e25c0b426
[pre-commit.ci] pre-commit autoupdate (#6714)
* [pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/python-jsonschema/check-jsonschema: 0.19.2 → 0.21.0](https://github.com/python-jsonschema/check-jsonschema/compare/0.19.2...0.21.0)
- [github.com/psf/black: 22.12.0 → 23.1.0](https://github.com/psf/black/compare/22.12.0...23.1.0)
- [github.com/charliermarsh/ruff-pre-commit: v0.0.237 → v0.0.243](https://github.com/charliermarsh/ruff-pre-commit/compare/v0.0.237...v0.0.243)

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* Update .pre-commit-config.yaml

---------

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>
2023-02-09 10:40:54 +01:00
Nicolas Brichet
905553e6dd
Resolving some accessibility issues (#6719)
* Uses different ID for the running-session widgets, the one in main view and the one in panel

* Append kernel logo image only if necessary

* Add title to the button which close sidebar

* Add landmarks roles

* Fix UI-test

* lint
2023-02-09 10:26:40 +01:00
Jeremy Tuloup
61b2ad27ea
Use Playwright webServer (#6720)
* Use Playwright `webServer`

* Try `jlpm start`

* Lint
2023-02-09 09:50:23 +01:00
jtpio
ce9c16a01d Publish 7.0.0a12
SHA256 hashes:

jupyter-notebook-application-7.0.0-alpha.12.tgz: 414fcb66ff7121aa4b09cda3c9fd2d2c7434dd4f6d1bbb418621aba28cf91793

jupyter-notebook-application-extension-7.0.0-alpha.12.tgz: 907b69cf7f758b85a473ebe10dce2eb6353605e26d0f23fd2f6725d4498e7089

jupyter-notebook-console-extension-7.0.0-alpha.12.tgz: 8ebbdd75c6d030b14522deac0a91f9783bc1d95abb8404ef8fd54d2f315f8fda

jupyter-notebook-docmanager-extension-7.0.0-alpha.12.tgz: 50c532fc1643b82e49517086f86dfff2674f5d9dad0f67596803d72ffba45790

jupyter-notebook-documentsearch-extension-7.0.0-alpha.12.tgz: 819c59dae9622a722a163d6d0274b73a284589c29f7b0335a0e700e95c6311eb

jupyter-notebook-help-extension-7.0.0-alpha.12.tgz: a1bcf3d572f20a259eded9cd2ba57c60983c8d58b39ebc8886ab0e9a09be0700

jupyter-notebook-lab-extension-7.0.0-alpha.12.tgz: 5cc399e4b2caf51f6efd1e93cb42f93d9ebcdf4f5667a666430ab718f1e8e694

jupyter-notebook-notebook-extension-7.0.0-alpha.12.tgz: 9a4dae8106d33d650d90421845da5446b169202183e3e492b482fda2f52d4e2c

jupyter-notebook-terminal-extension-7.0.0-alpha.12.tgz: a2f950fd24520498aa453773f482cda15f3819f75b93a805336cea4bcfdbf3ad

jupyter-notebook-tree-7.0.0-alpha.12.tgz: 28c86eca269208044746306c2465a30ef27170ce316083b2f0db1abc4f7b605b

jupyter-notebook-tree-extension-7.0.0-alpha.12.tgz: 40ac45036fd806404ea9f548d5e502698a60316209c692de786d62b28ac60999

jupyter-notebook-ui-components-7.0.0-alpha.12.tgz: 56632ffa21f0faf6827bdf0a2f4c4578f9fa8cf20124fded2fc3442f23d73e5d

notebook-7.0.0a12-py3-none-any.whl: 1ae7783a166acdc053001dba85c3000a573a5e0fe76e04b3a11322dbac876470

notebook-7.0.0a12.tar.gz: 7f28ecfbed0d5ad45ae4498544f53e09c0bc246d0f55901e208c85561cc552a8
@jupyter-notebook/terminal-extension@7.0.0-alpha.12 @jupyter-notebook/console-extension@7.0.0-alpha.12 @jupyter-notebook/docmanager-extension@7.0.0-alpha.12 @jupyter-notebook/application-extension@7.0.0-alpha.12 @jupyter-notebook/documentsearch-extension@7.0.0-alpha.12 @jupyter-notebook/buildutils@7.0.0-alpha.12 @jupyter-notebook/lab-extension@7.0.0-alpha.12 @jupyter-notebook/app@7.0.0-alpha.12 @jupyter-notebook/application@7.0.0-alpha.12 @jupyter-notebook/metapackage@7.0.0-alpha.12 @jupyter-notebook/tree@7.0.0-alpha.12 @jupyter-notebook/ui-components@7.0.0-alpha.12 @jupyter-notebook/tree-extension@7.0.0-alpha.12 v7.0.0a12 @jupyter-notebook/notebook-extension@7.0.0-alpha.12 @jupyter-notebook/help-extension@7.0.0-alpha.12
2023-02-08 13:19:26 +00:00
Jeremy Tuloup
27c2bfbb80
Update to JupyterLab 4.0.0a33 (#6713)
* Update to JupyterLab 4.0.0a33

* Update Lumino packages

* Update to React 18

* Fix default browser

* Add defaultFileBrowser plugin

* Update yarn.lock

* Require Python 3.8

* Remove docprovider

* Bump Python dependencies

* Move Python bumps

* Unbump `jupyterlab_server`

* Align `jupyterlab_server`dep

* Bump jupyterlab_server

* Try with 3.10

* Manually set checkpoint text in UI tests

* Fix checkpoints value in UI tests

* Update snapshots
2023-02-07 14:52:18 +01:00
Steven Silvester
8ca2c1892b
Add more lint checks (#6706)
* add more lint checks

* fix lint
2023-02-06 09:52:02 +01:00
Lumír 'Frenzy' Balhar
229247f912
Reintroduce desktop file (#6705)
* Reintroduce desktop file

The desktop file was inadvertently removed in: 5b6ed99aec

Fixes: https://github.com/jupyter/notebook/issues/6704

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-01-27 10:59:40 +01:00
jtpio
d87f41da04 Publish 7.0.0a11
SHA256 hashes:

jupyter-notebook-application-7.0.0-alpha.11.tgz: 43fc448aef0e0971ebb528c983a7244499028bc21de8157793967d68bce59f52

jupyter-notebook-application-extension-7.0.0-alpha.11.tgz: 14553e2fa66f3b7d7147f103fc001f7ad7bdacea4b5cedb2d463ab0295088d8a

jupyter-notebook-console-extension-7.0.0-alpha.11.tgz: dd811eeaace1700242edae6e3543996f4b0676f16811c8478db76583c235b7bf

jupyter-notebook-docmanager-extension-7.0.0-alpha.11.tgz: 54e512f1e10530ae8cd2e00670a725af14b718ffde621f0b84d6177ea54143ca

jupyter-notebook-documentsearch-extension-7.0.0-alpha.11.tgz: 8a12481cbaefe0dfcc7f48da0643b49024be1465e6d2014b87a6722cf6c3c579

jupyter-notebook-help-extension-7.0.0-alpha.11.tgz: c41ae544002a75e2907ce9e89ebd8cac466372e7dc3112544666251704a18500

jupyter-notebook-lab-extension-7.0.0-alpha.11.tgz: 3a9250504965a73173b62b2647d8de9946721e4c314f6b2a81690bac007932b8

jupyter-notebook-notebook-extension-7.0.0-alpha.11.tgz: 6a8c2e68f057ca6003047147abae1f8e7610f57e7fc2a9bb898e7b854fffab9d

jupyter-notebook-terminal-extension-7.0.0-alpha.11.tgz: d81593481f4c51edabf2d034bb74e53ab377b53d0023429ae3bb82f22dbcf241

jupyter-notebook-tree-7.0.0-alpha.11.tgz: 834fd83e7089d9ee4420b09042627fe8ad033a1e77349203f8bdd964bcc14ce2

jupyter-notebook-tree-extension-7.0.0-alpha.11.tgz: aa4cbf17b4848561ba9dca12631fae6e3d13a475e56371e11fe31cfc613f8d20

jupyter-notebook-ui-components-7.0.0-alpha.11.tgz: dd90f2005f6f215b691fa2d7591770bc8f68add24db1d62cf4f9ac42853ab8ee

notebook-7.0.0a11-py3-none-any.whl: c2bc660657886f7517b27fbbcc194bb193e204f9a26175bb1795eddad35a6191

notebook-7.0.0a11.tar.gz: df1c958abde60502925f6f64da27dd67a280417ca40214909a64c517b086cfde
v7.0.0a11
2023-01-19 08:52:17 +00:00