2 रिपॉजिटरी
Integration of interactive database sessions into IPython environments for direct variable capture.
Distinct from Custom Python Integration: None of the candidates cover the specific act of embedding a shell session into a Python REPL for data capture.
Explore 2 awesome GitHub repositories matching development tools & productivity · IPython Integrations. Refine with filters or upvote what's useful.
pgcli is an interactive command-line interface and database management tool for PostgreSQL. It functions as an interactive SQL shell and query editor that allows users to inspect schemas, manage connections, and run queries against PostgreSQL data sources. The tool is distinguished by its real-time, schema-aware autocompletion for keywords, tables, and columns, as well as dynamic SQL syntax highlighting. It provides safety mechanisms through transaction-aware guardrails that warn against or block destructive statements when no active transaction is detected. Broad capabilities include secure
Embeds an interactive session within a Python workspace to capture query results directly into local variables.
geemap is a Python library and geospatial toolkit designed for interactive mapping, remote sensing visualization, and satellite imagery analysis. It serves as a Python interface for Google Earth Engine, enabling users to manage cloud-based geospatial workflows and visualize datasets within notebook environments. The project distinguishes itself through automated code conversion, allowing scripts and notebooks to be translated between programming languages. It also provides specialized remote sensing visualization capabilities, such as generating time-lapse GIFs from imagery sequences with sup
Integrates interactive Jupyter widgets to synchronize the Python kernel with a browser-based map interface.