From 436edb450f034e31763f1fdfa8977fa213999f4e Mon Sep 17 00:00:00 2001 From: Thomas Ubensee <34603111+tomuben@users.noreply.github.com> Date: Mon, 17 Jun 2024 09:19:08 -0300 Subject: [PATCH 1/2] #289: Fixed UI in notebooks --- doc/changes/changes_2.1.0.md | 2 +- .../ansible/roles/jupyter/files/notebook_requirements.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/changes/changes_2.1.0.md b/doc/changes/changes_2.1.0.md index c0c7308d..1bca7a56 100644 --- a/doc/changes/changes_2.1.0.md +++ b/doc/changes/changes_2.1.0.md @@ -23,7 +23,7 @@ Version: 2.1.0 ## Bug Fixes -n/a +* #289 Fixed UI in notebooks ## Documentation diff --git a/exasol/ds/sandbox/runtime/ansible/roles/jupyter/files/notebook_requirements.txt b/exasol/ds/sandbox/runtime/ansible/roles/jupyter/files/notebook_requirements.txt index a0531383..933703ee 100644 --- a/exasol/ds/sandbox/runtime/ansible/roles/jupyter/files/notebook_requirements.txt +++ b/exasol/ds/sandbox/runtime/ansible/roles/jupyter/files/notebook_requirements.txt @@ -8,3 +8,4 @@ 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 +pickleshare==0.7.5 # Needed because of https://github.com/exasol/ai-lab/issues/289. Possibly can be removed in the future. \ No newline at end of file From 7302b8b1db6bd3ae6192678c8d29526a79b4125b Mon Sep 17 00:00:00 2001 From: Thomas Ubensee <34603111+tomuben@users.noreply.github.com> Date: Mon, 17 Jun 2024 09:39:25 -0300 Subject: [PATCH 2/2] Updated comment in notebook_requirements.txt --- .../ansible/roles/jupyter/files/notebook_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exasol/ds/sandbox/runtime/ansible/roles/jupyter/files/notebook_requirements.txt b/exasol/ds/sandbox/runtime/ansible/roles/jupyter/files/notebook_requirements.txt index 933703ee..6538700a 100644 --- a/exasol/ds/sandbox/runtime/ansible/roles/jupyter/files/notebook_requirements.txt +++ b/exasol/ds/sandbox/runtime/ansible/roles/jupyter/files/notebook_requirements.txt @@ -8,4 +8,4 @@ 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 -pickleshare==0.7.5 # Needed because of https://github.com/exasol/ai-lab/issues/289. Possibly can be removed in the future. \ No newline at end of file +pickleshare==0.7.5 # See https://github.com/exasol/ai-lab/issues/291 for details. \ No newline at end of file