摘要: 使用 pygetwindow 库,获取窗口 window 后可以通过 window.activate() 将窗口放到前台。 但在 Jupyter Notebook 中调用这个方法始终会报错( https://github.com/asweigart/PyGetWindow/issues/16 ),目 阅读全文
posted @ 2024-05-31 22:35 倒地 阅读(347) 评论(0) 推荐(0)
摘要: 概述 Dash 是一个 Python 库,脱胎于 Plotly,可以很方便构建可交互的数据展示 Web 应用。 快速入门 安装 pip install dash 基本结构 一个 Hello World 示例,可以看到 dash app 是如何创建的: from dash import Dash, h 阅读全文
posted @ 2024-05-31 21:22 倒地 阅读(261) 评论(0) 推荐(0)