-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #39 from uc-cdis/feat/jupyter-nb7
HP-1589 Feat/jupyter nb7
- Loading branch information
Showing
5 changed files
with
52 additions
and
36 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
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,6 +1,16 @@ | ||
gen3==4.17.2 | ||
gen3 | ||
cdiserrors | ||
pandas | ||
numpy | ||
jupyter_server_ydoc | ||
tornado>=6.3.3 # not directly required, pinned by Snyk to avoid a vulnerability | ||
# begin jupyter plugins and utilities section | ||
jupyter-lsp | ||
jupyterlab-lsp | ||
jupyterlab-search-replace | ||
jupyterlab-git | ||
jupyter_server_ydoc | ||
altair[all] | ||
lckr_jupyterlab_variableinspector | ||
ripgrep | ||
frictionless | ||
# end jupyter plugins and utilities section |
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,7 +1,16 @@ | ||
gen3==4.17.2 | ||
gen3 | ||
cdiserrors | ||
pandas | ||
numpy | ||
jupyter_server_ydoc | ||
tornado>=6.3.3 # not directly required, pinned by Snyk to avoid a vulnerability | ||
zipp>=3.19.1 # not directly required, pinned by Snyk to avoid a vulnerability | ||
# begin jupyter plugins and utilities section | ||
jupyter-lsp | ||
jupyterlab-lsp | ||
jupyterlab-search-replace | ||
jupyterlab-git | ||
altair[all] | ||
lckr_jupyterlab_variableinspector | ||
ripgrep | ||
frictionless | ||
# end jupyter plugins and utilities section |