Skip to content

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

@solver-Mart1n

Description

@solver-Mart1n

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions