Skip to content

JupyterLab 3 support v2 #452

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 78 commits into from
Jan 6, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
78 commits
Select commit Hold shift + click to select a range
64ed3de
JupyterLab 3
martinRenou Nov 9, 2020
acd0163
Working version without jupyter-packaging
martinRenou Nov 13, 2020
a170681
Fix import
martinRenou Nov 13, 2020
c52ed55
Remove jupyter-packaging
martinRenou Nov 13, 2020
1a0341d
Bring back the original postBuild command
martinRenou Nov 13, 2020
43801d7
Build schemas
martinRenou Nov 13, 2020
a5a5bc6
Install pytest-tornasync from conda-forge
martinRenou Nov 13, 2020
80a9973
Remove use of chdir
martinRenou Nov 13, 2020
21c2cbc
Fix data_files
martinRenou Nov 13, 2020
df6bac2
Revert name change
martinRenou Nov 13, 2020
a1f87ac
Update docs and lab dependency in binder to rc10
karlaspuldaro Nov 20, 2020
eba0e53
Update dependencies to rc10
karlaspuldaro Nov 23, 2020
73c4ee3
Merge pull request #1 from karlaspuldaro/kspuldaro-lab3
martinRenou Nov 26, 2020
c90dac3
Merge branch 'jupyterlab3' of ssh://github.com/martinRenou/jupyterlab…
krassowski Jan 2, 2021
81753b4
Update versions/code-jumpers transition for JupyterLab 3.0
krassowski Jan 2, 2021
5d6bdce
Remove RC channels and versions
krassowski Jan 2, 2021
3b7ff1a
Remove RC suffixes
krassowski Jan 2, 2021
d60f7c2
Lint and integrity checks (note: Node 12 required by v3.0)
krassowski Jan 2, 2021
7e9de94
Release lumino widgets pin which was causing build error
krassowski Jan 2, 2021
ec3bfb0
Update dependencies
krassowski Jan 2, 2021
fab7e59
Restore lumino widgets pin
krassowski Jan 2, 2021
f4c286c
Set promise type to void
krassowski Jan 2, 2021
3b61f8c
Update typescript
krassowski Jan 2, 2021
b7b9016
Temporarily disable karma tests
krassowski Jan 2, 2021
fdca601
Use ServerApp.jpserver_extensions
krassowski Jan 2, 2021
0d9455b
Fix warning: manifest_maker: MANIFEST.in, line 3: 'recursive-include'…
krassowski Jan 2, 2021
0eb1927
Migrate to jupyter_server
krassowski Jan 2, 2021
e413a27
Lint and mypy adaptations for jupyter_server
krassowski Jan 2, 2021
bc1cc05
One final notebook → jupyter_server
krassowski Jan 2, 2021
c18ee69
Update CONTRIBUTING.md
krassowski Jan 2, 2021
bbd36ff
Restore jump in build
krassowski Jan 2, 2021
ed651b6
Ling bump versions
krassowski Jan 2, 2021
0edeecf
Update test workflow
krassowski Jan 2, 2021
cd15e3e
Use labextension for now
krassowski Jan 2, 2021
760f966
More jupyter_notebook_config.json → jupyter_server_config.json
krassowski Jan 2, 2021
544c314
Adapt robot for JupyterLab 3.0
krassowski Jan 2, 2021
aacbdb6
Fix syntax highlighting (needs import of cm/mode/meta)
krassowski Jan 2, 2021
b54b3fc
Update themes commands
krassowski Jan 3, 2021
43b0271
Workaround visibility issue (TypeError: rect is undefined)
krassowski Jan 3, 2021
bf9f424
Add install.json file with uninstall instructions
krassowski Jan 3, 2021
23d3df5
Update eslint dev-dependencies
krassowski Jan 3, 2021
5c329ca
Make code jumpers accept minor version bumps
krassowski Jan 3, 2021
e7c46de
Bump versions and fix jest eslint errors
krassowski Jan 3, 2021
a24a475
Pass string for install.json, not path
krassowski Jan 3, 2021
5e6af22
Update and simplify readme
krassowski Jan 3, 2021
688e682
Try to check what's wrong with the docs
krassowski Jan 3, 2021
dd59718
Revert docs conf.py modifications (output was being printed out all a…
krassowski Jan 3, 2021
f350a08
Pin node 12 for RTD
krassowski Jan 3, 2021
de5c618
Update installation documentation
krassowski Jan 3, 2021
02cd810
Fix integrity check
krassowski Jan 3, 2021
842570c
Add missing new line
krassowski Jan 3, 2021
3c736b5
Split into jupyter_lsp and jupyterlab_lsp
krassowski Jan 3, 2021
6982c48
Remove more py_src
krassowski Jan 3, 2021
000f3a2
Update package location for docs
krassowski Jan 3, 2021
976ba86
Fix typo, rename install in readme
krassowski Jan 3, 2021
63e31a9
Fix lint
krassowski Jan 3, 2021
c89e0e7
Improve separation of packages
krassowski Jan 3, 2021
0f9b7a0
Add LICENCE files
krassowski Jan 3, 2021
4c8d0bd
Be explicit about package names
krassowski Jan 3, 2021
1193fa3
Fix more typos
krassowski Jan 3, 2021
1f5d4de
This is the price we would have to pay for keeping the shorter hierarchy
krassowski Jan 3, 2021
ce76fab
Give up on using src as package root
krassowski Jan 4, 2021
cbbefe7
Remove one more old path
krassowski Jan 4, 2021
e9bf79a
Correct manifest
krassowski Jan 4, 2021
191e631
Lint
krassowski Jan 4, 2021
816bbdb
Ignore "import not on top of file" in nblint
krassowski Jan 4, 2021
fb6eeed
Lint temporary readme jupyterlab_lsp
krassowski Jan 4, 2021
f59f598
[squash] Jupyterlab3 CI updates (#454)
bollwyvl Jan 4, 2021
9a8969e
Prepare for jupyterlab_lsp rc0 (#455)
krassowski Jan 5, 2021
dea4132
Set jupyter_lsp to rc0
krassowski Jan 5, 2021
664c973
Update issue templates
krassowski Jan 5, 2021
495bc5c
Update CONTRIBUTING.md: add jupyter develop for symlinking,
krassowski Jan 5, 2021
cdee4d1
Restore and check setup.cfg integrity
krassowski Jan 6, 2021
4749fbe
Remove rc tags
krassowski Jan 6, 2021
7ab97db
Release suffix can be empty
krassowski Jan 6, 2021
228bdd0
Add pip check
krassowski Jan 6, 2021
a0baf84
add pip-only smoke test of installing artifacts
bollwyvl Jan 6, 2021
5f259fe
Merge pull request #456 from bollwyvl/add-pure-python-install-test
krassowski Jan 6, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions .github/.condarc
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
add_pip_as_python_dependency: False
aggressive_update_packages: []
always_yes: True
auto_update_conda: False
default_channels: []
local_repodata_ttl: 99999
notify_outdated_conda: False
remote_connect_timeout_secs: 600.0
remote_max_retries: 10
remote_read_timeout_secs: 600.0
show_channel_urls: True
show_sources: True
unsatisfiable_hints_check_depth: 0
use_only_tar_bz2: True
3 changes: 2 additions & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ https://jupyterlab.readthedocs.io/en/latest/getting_started/issue.html

<details><summary>Required: installed server extensions</summary>
<pre>
Paste the output from running `jupyter serverextension list` from the command line here.
Paste the output from running `jupyter server extension list` (JupyterLab >= 3)
or `jupyter serverextension list` (JupyterLab < 3) from the command line here.
You may want to sanitize the paths in the output.
</pre>
</details>
Expand Down
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/language_server_builtin.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ about: Help us improve the existing auto-detected language servers
<!--
Welcome! Before creating a new issue:
* Search for relevant issues
* Ensure your language server is supported in LANGUAGESERVERS.md
* Ensure your language server is not supported: https://jupyterlab-lsp.readthedocs.io/en/latest/Language%20Servers.html
* Follow the issue reporting guidelines:
https://jupyterlab.readthedocs.io/en/latest/getting_started/issue.html
-->
Expand Down Expand Up @@ -39,7 +39,7 @@ https://jupyterlab.readthedocs.io/en/latest/getting_started/issue.html
- Browser and version:
- JupyterLab version:
- `jupyter-lsp` version:
- `@krassowski/jupyterlab-lsp` version:
- `jupyterlab-lsp` version:
- Language Server:
- Language Server version:
- Language Server installed with: <!-- e.g. system package manager, app package manager -->
Expand Down
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/language_server_byo.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ about: Help us improve language servers we don't know about
<!--
Welcome! Before creating a new issue:
* Search for relevant issues
* Ensure your language server is not supported in LANGUAGESERVERS.md
* Ensure your language server is not supported: https://jupyterlab-lsp.readthedocs.io/en/latest/Language%20Servers.html
* Follow the issue reporting guidelines:
https://jupyterlab.readthedocs.io/en/latest/getting_started/issue.html
-->
Expand Down Expand Up @@ -39,14 +39,14 @@ https://jupyterlab.readthedocs.io/en/latest/getting_started/issue.html
- Browser and version:
- JupyterLab version:
- `jupyter-lsp` version:
- `@krassowski/jupyterlab-lsp` version:
- `jupyterlab-lsp` version:
- Language Server:
- Language Server version:
- Language Server installed with: <!-- e.g. system package manager, app package manager -->
- Language Server Spec

```python
# jupyter_notebook_config.json
# jupyter_server_config.json
{
"LanguageServerManager": {
"language_servers": {
Expand Down
60 changes: 0 additions & 60 deletions .github/workflows/job.lint.yml

This file was deleted.

Loading