-
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.
Co-authored-by: Christoph Pirkl <[email protected]> Co-authored-by: Nicola Coretti <[email protected]>
- Loading branch information
1 parent
399467f
commit dcf9145
Showing
7 changed files
with
10 additions
and
13 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,4 +1,5 @@ | ||
.idea | ||
.pytest_cache | ||
dist | ||
__pycache__/ | ||
__pycache__/ | ||
/TAGS |
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
4 changes: 2 additions & 2 deletions
4
..._languages_developer_sandbox/runtime/ansible/roles/jupyter/files/requirements_jupyter.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,5 @@ | ||
jupyterlab==3.4.3 | ||
jupyterlab==4.0.6 | ||
# enable interactive Javascript widgets in the notebooks | ||
ipywidgets==7.7.1 | ||
ipywidgets==8.1.1 | ||
pexpect==4.8.0 | ||
pyexasol==0.16.1 |
6 changes: 1 addition & 5 deletions
6
exasol_script_languages_developer_sandbox/runtime/ansible/roles/jupyter/tasks/jupyterlab.yml
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
2 changes: 1 addition & 1 deletion
2
exasol_script_languages_developer_sandbox/runtime/ansible/roles/poetry/defaults/main.yml
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,6 @@ | ||
--- | ||
|
||
apt_dependencies: | ||
- curl=7.68.0-1ubuntu2.18 | ||
- curl=7.68.0-1ubuntu2.19 | ||
- python3.8-venv=3.8.10-0ubuntu1~20.04.8 | ||
- python3-pip=20.0.2-5ubuntu1.9 |