You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
The ModuleNotFoundError: No module named 'banking' is due to a missing dependency, which is the banking.py module.