阿里云OSS挂载至本地目录
# 安装 ossfs Debian 系统中需要编译安装,官方项目地址 https://github.com/aliyun/ossfs 首先安装需要的依赖 sudo apt-get install automake autotools-dev g++ git libcurl4-gnutls-dev libfuse-dev libssl-dev libxml2-dev make pkg-config下载源码并编译安装 git clone https://github.com/aliyun/ossfs.gitcd oss
more...jupyter lab中使用tqdm进度条
tqdm 新版本中有 jupyter 专用样式的进度条 from tqdm.notebook import tqdm使用 tqdm 只需将需要迭代的对象传入即可 for i in tqdm(iterable): # do something
more...








