Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#342 Updated the jupysql dependency #343

Merged
merged 3 commits into from
Nov 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions doc/changes/changes_3.2.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ Code name:
## Bug Fixes

- #335: Fixed DNS resolution in ITDE when running jupyter notebook tests
- #342: Updated the jupysql dependency to resolve the conflict with prettytable
2 changes: 1 addition & 1 deletion doc/user_guide/docker/prerequisites.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ In all scenarios the daemon machine must allow running the Exasol Docker-DB with

Please note that enabling Exasol AI-Lab to use Docker features creates security risks. In particular, code running inside the AI-Lab could create privileged containers, mount the file system of the machine running the Docker daemon, and gain root access to it. For details see https://jpetazzo.github.io/2015/09/03/do-not-use-docker-in-docker-for-ci/, section "The socket solution".

Section [AI-Lab with Integrated Exasol Docker-DB](docker-usage.md#ai-lab-with-integrated-exasol-docker-db) shows the corresponding command line options, for details see [Docker FAQ](https://docs.docker.com/desktop/faqs/general/#how-do-i-connect-to-the-remote-docker-engine-api).
Section [AI-Lab with Integrated Exasol Docker-DB](docker-usage.md#ai-lab-with-integrated-exasol-docker-db) shows the corresponding command line options, for details see [Docker FAQ](https://docs.docker.com/desktop/troubleshoot-and-support/faqs/general/#how-do-i-connect-to-the-remote-docker-engine-api).
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
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
jupysql==0.10.16 # required for multiple notebooks
stopwatch.py>=2.0.1 # also required by ITDE
exasol-notebook-connector==0.3.0
pickleshare==0.7.5 # See https://github.com/exasol/ai-lab/issues/291 for details.
Expand Down