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 是一个 Python 库和地理空间工具包,专为交互式地图、遥感可视化和卫星图像分析而设计。它作为 Google Earth Engine 的 Python 接口,使用户能够在 Notebook 环境中管理基于云的地理空间工作流并可视化数据集。 该项目通过自动化代码转换脱颖而出,允许在编程语言之间翻译脚本和 Notebook。它还提供专门的遥感可视化功能,例如从图像序列生成延时 GIF,并支持动画文本和色标。 该工具包涵盖了广泛的地理空间功能,包括卫星图像分类、精度评估以及用于绘制时间序列统计数据的交互式地图检查。它处理跨 GeoTIFF、GeoJSON、Shapefile 和 CSV 等格式的地理空间数据转换,同时支持集成本地数据集和远程数据目录。 用户可以通过将交互式地图发布为 HTML 文件或静态图像来导出他们的工作。
Integrates interactive Jupyter widgets to synchronize the Python kernel with a browser-based map interface.