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
3 years ago
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>
3 years ago
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
3 years ago
Steven Silvester
8ca2c1892b
Add more lint checks ( #6706 )
...
* add more lint checks
* fix lint
3 years ago
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>
3 years ago
Jeremy Tuloup
6205bf376f
Update to JupyterLab 4.0.0a32 ( #6678 )
...
* Update packages to JupyterLab 4.0.0a32
* Update python dependency
* Update `@jupyterlab/galata`
* Require `jupyter_server>=2.0.1,<3`
* Undo `jupyter_server` bump for now
* Update to Jest 29
* More jest fixes
* Update to the latest Lumino
* Fix yarn.lock
* Fix JSON background color
* Update snapshots
3 years ago
Steven Silvester
840b4256da
Add spelling and docstring enforcement ( #6669 )
...
* add spelling and docstring enforcement
* remove markdown format
* restore local hooks
* add docs change
* spelling
3 years ago
Steven Silvester
48fb973071
CI Cleanup ( #6667 )
...
* ci cleanup
* lint
* run ui tests on ubuntu 20.04
3 years ago
Steven Silvester
22475a39ab
Adopt ruff and typing ( #6658 )
...
* adopt ruff and typing
* reinstate local hooks
* fix classifier
* fix lint
* limit ruff target
* fix doc8 test
* add integrity check
* lint
* lint
* only use mdformat for changelog
* prettier
3 years ago
Steven Silvester
0386e69efb
increase pytest version
3 years ago
Jeremy Tuloup
b7ba0592f2
Merge branch 'main' into ci-cleanup
3 years ago
Steven Silvester
ec6874ccb5
more cleanup
3 years ago
Steven Silvester
f9ecd9fe28
try again
3 years ago
Steven Silvester
e539e80e79
cleanup
3 years ago
Steven Silvester
7c7d400535
fixes
3 years ago
Steven Silvester
e1a2ea0925
ci cleanup
3 years ago
Jeremy Tuloup
4faf064f5f
Try explicit jupyter_server[test] dependency
3 years ago
Jeremy Tuloup
6e0bec0fa7
Try fixing jupyterlab_server dependency
3 years ago
Jeremy Tuloup
698f664a3c
Align `jupyterlab_server` dependency
3 years ago
Jeremy Tuloup
bb33f30577
Bump `jupyterlab_server`
3 years ago
Jeremy Tuloup
ba0b824864
Bump `notebook_shim`
3 years ago
Jeremy Tuloup
fb593ba2eb
Update jupyter_server
3 years ago
Jeremy Tuloup
a5d0bb2124
Update JupyterLab Python package
3 years ago
Jeremy Tuloup
34f82c127a
Bump to Python 3.11 on CI
3 years ago
Jeremy Tuloup
cf6dc5ff89
Update hooks
3 years ago
Jeremy Tuloup
89c9e7eebd
Move releaser config to pyproject.toml
3 years ago
Steven Silvester
112a322a9f
maintenance cleanup
3 years ago
Jeremy Tuloup
0d4c160564
Update to JupyterLab 4.0.0a30
3 years ago
Afshin Taylor Darian
979fa75416
Remove ypy-websocket explicit requirement
...
Co-authored-by: Jeremy Tuloup <jeremy.tuloup@gmail.com>
3 years ago
Afshin T. Darian
a339e46059
Update to 4.0.0a29
3 years ago
Afshin T. Darian
a4356bdf28
Update to JupyterLab 4.0.0a28
3 years ago
Steven Silvester
697ba0fea8
switch to hatch for python version
3 years ago
Jeremy Tuloup
a867bb44ee
Pin `ypy-websocket` to `0.2` ( #6499 )
...
* Pin `ypy-websocket` to `0.2`
* More pinning
* Pin in build deps
4 years ago
Jeremy Tuloup
a3d20add3f
Fix tests ( #6464 )
...
* Remove pytest-tornasync
* Add filterwarning
* Fix warning ignore
* Add more filter warning
4 years ago
Steven Silvester
614e4780b8
Use hatch backend ( #6425 )
4 years ago
Jeremy Tuloup
466bcf5d19
Update to JupyterLab 4.0.0a25
4 years ago
Jeremy Tuloup
fad0e19103
Update to JupyterLab 4.0.0a24
4 years ago
Steven Silvester
7ae20a756f
Clean up pre-commit ( #6349 )
4 years ago
Jeremy Tuloup
a72a8b1d03
Update to JupyterLab 4.0.0a23
4 years ago
Steven Silvester
64eed5caa4
Add pytest and handle warnings ( #6338 )
4 years ago
Steven Silvester
ebc7615a71
Adopt pre-commit ( #6331 )
4 years ago
Jeremy Tuloup
d9dfec9d69
Update to JupyterLab 4.0.0a22
4 years ago
Jeremy Tuloup
18bb945dd4
Fix typo in pyproject.toml
4 years ago
Jeremy Tuloup
3311804461
Update check-manifest ignore list
4 years ago
Jeremy Tuloup
8b6c8209ad
More renaming
4 years ago
Jeremy Tuloup
27881b5f66
Remove workaround for the toolbar settings ( #352 )
...
* Remove workaround for the toolbar settings
* Update to the latets `@jupyterlab` packages
* Update JupyterLab Python dependency
* Fix `@jupyterlab/apputils:toolbar-registry` plugin name
* Update yarn.lock
* Update Lumino packages
* Fix dependencies
* Select console-extension plugins
* Fix typo
* Fix missing toolbar registry token
* Update reference snapshots
4 years ago
Jeremy Tuloup
6d78f87ba2
Update to alpha 19
4 years ago
Jeremy Tuloup
2cf6ac3df7
Update to JupyterLab 4.0 alpha
4 years ago
Jeremy Tuloup
625f16e0ec
Fix manifest ignore list
4 years ago
Jeremy Tuloup
f01fb6ab7a
Fix manifest ignore
4 years ago