-
Notifications
You must be signed in to change notification settings - Fork 0
Feature/420 PE demo initial sketch #423
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
base: main
Are you sure you want to change the base?
Conversation
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
exasol/ds/sandbox/runtime/ansible/roles/jupyter/files/notebook/first_steps.ipynb
Show resolved
Hide resolved
exasol/ds/sandbox/runtime/ansible/roles/jupyter/files/notebook/first_steps.ipynb
Show resolved
Hide resolved
exasol/ds/sandbox/runtime/ansible/roles/jupyter/files/notebook/first_steps.ipynb
Show resolved
Hide resolved
exasol/ds/sandbox/runtime/ansible/roles/jupyter/files/notebook/first_steps.ipynb
Show resolved
Hide resolved
exasol/ds/sandbox/runtime/ansible/roles/jupyter/files/notebook/first_steps.ipynb
Show resolved
Hide resolved
@@ -0,0 +1,2 @@ | |||
This is a small file. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this file you probably can also generate directly out of the notebook via a magic
https://ipython.readthedocs.io/en/9.2.0/interactive/magics.html#cellmagic-writefile
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah! Excellent.
See updated PR creating the file via magic.
@@ -0,0 +1,262 @@ | |||
{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
JupySQL is the first time mentioned here. We should explain it at least with 1-2 sentences. Furthermore, I am not sure if we want to have it as the first thing mentioned. Reason we need to add a warning that certain queries or commands are working with it. Specifically defining UDFs does not work, it garbles them.
Reply via ReviewNB
@@ -0,0 +1,262 @@ | |||
{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Title: Using PyExasol with Exasol AI Lab
Link to pyexasol docu is missing
For open_pyexasol_connection we probably also should refer to the notebook connector documentation.
Reply via ReviewNB
Closes #420