Last active
June 25, 2026 15:48
-
-
Save mwcraig/408b404014600a43ccfd1db7baaac51f to your computer and use it in GitHub Desktop.
Install check for Intro to Safe, Reliable, and Maintainable AI Apps in Python
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import querychat | |
| import shinychat | |
| import chatlas | |
| import polars | |
| import sqlalchemy | |
| import duckdb | |
| import streamlit | |
| import dash | |
| import gradio | |
| print("All imports succeeded!") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment