Skip to content

making-your-first-query.ipynb compatible with Google Colab #108

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

Open
solver-Mart1n opened this issue May 5, 2024 · 0 comments
Open

making-your-first-query.ipynb compatible with Google Colab #108

solver-Mart1n opened this issue May 5, 2024 · 0 comments

Comments

@solver-Mart1n
Copy link

Thank you, @ploomber, for the python notebook, making-your-first-query.ipynb. It is very useful as an introduction to SQL and relational databases. It allows the user to interact with the database using SQL queries with the ease of a Jupyter notebook.

To enhance the user-friendliness of the Python notebook, I ran it on Google Colab. And found the following error during execution of the following code cell:
Screenshot 2024-05-05 160107

The ModuleNotFoundError: No module named 'banking' is due to a missing dependency, which is the banking.py module.

To remedy this issue when running on Google Colab, I initiate a pull request of my https://github.com/solver-Mart1n/sql/tree/GoogleColab-port branch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant