-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix formatting for jupyterlab 4 * upgrades dependencies * completer compatible with jupyter 4 (we need to connect it to the keywords) * fix * updates * updates index, removes highighting since it no longer works * adds sample codeeditor plugin * applying syntax highlighting * highlight working * clean up syntax highlighting * Fix the completer in Jupyterlab 4 (#99) * Fixes dependencies * Refactore syntax highlight plugin * Test requirements * Update yarn3 command * Update build dependencies in pyproject.toml * Fix jest * update snapshots * Remove syntax highlight (back from rebase), handles now by plugin_editor * update snapshots * last snapshot * Clean syntax highlighting plugin * Parameterized tests for completer --------- Co-authored-by: Eduardo Blancas <[email protected]>
- Loading branch information
1 parent
b179578
commit a59de9c
Showing
31 changed files
with
14,237 additions
and
11,019 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
# yarn | ||
.yarn | ||
|
||
# testing data | ||
.ini | ||
.nox | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
enableImmutableInstalls: false | ||
|
||
nodeLinker: node-modules |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
jupyterlab<4 # this will install jlpm | ||
jupyterlab>=4 | ||
build | ||
twine | ||
hatch | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.