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] 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