1. 首页
  2. 数据库
  3. 其它
  4. 晕:terminal终端IPython和Jupyter的漂亮微调器 源码

晕:terminal终端IPython和Jupyter的漂亮微调器 源码

上传者: 2021-02-09 01:20:13上传 ZIP文件 45.79KB 热度 15次
光环 终端,IPython和Jupyter的漂亮微调器 安装 $ pip install halo 用法 from halo import Halo spinner = Halo ( text = 'Loading' , spinner = 'dots' ) spinner . start () # Run time consuming work here # You can also change properties for spinner as and when you want spinner . stop () 或者,您可以将halo与Python的with语句一起使用: fr
下载地址
用户评论