-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#308: Updated Dependencies of Jupyter Environment
- Loading branch information
Showing
3 changed files
with
33 additions
and
15 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
3 changes: 0 additions & 3 deletions
3
exasol/ds/sandbox/runtime/ansible/roles/jupyter/files/jupyter_requirements.txt
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,5 +1,2 @@ | ||
jupyterlab==4.1.1 | ||
# enable interactive Javascript widgets in the notebooks | ||
ipywidgets==8.1.1 | ||
pexpect==4.8.0 | ||
pyexasol==0.16.1 |
16 changes: 7 additions & 9 deletions
16
exasol/ds/sandbox/runtime/ansible/roles/jupyter/files/notebook_requirements.txt
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,10 +1,8 @@ | ||
uncertainties==3.1.7 | ||
scikit-learn==1.0.2 | ||
matplotlib==3.7.4 | ||
jupysql==0.10.10 | ||
sqlalchemy_exasol==4.6.3 | ||
stopwatch.py==2.0.1 | ||
boto3==1.26.163 | ||
exasol-notebook-connector @ git+https://github.com/exasol/notebook-connector.git@main | ||
scikit-learn==1.5.1 # required for notebook sklearn | ||
matplotlib==3.7.4 # required for notebook sklearn | ||
jupysql==0.10.10 # required for multiple notebooks | ||
stopwatch.py==2.* # also required by ITDE | ||
exasol-notebook-connector==0.2.9 | ||
pickleshare==0.7.5 # See https://github.com/exasol/ai-lab/issues/291 for details. | ||
ipyfilechooser==0.6.0 | ||
ipyfilechooser==0.6.0 # required for SLC notebooks | ||
ipywidgets==8.1.1 # enable interactive Javascript widgets in the notebooks |