2023年5月24日

the way to make jupyter output cell has a dark background in vscode

摘要: # the issue to be fixed As shown in the picture, jupyter output cell has a bright background, even it's ask to use dark background. ![image](https://i 阅读全文

posted @ 2023-05-24 23:39 yusisc 阅读(42) 评论(0) 推荐(0) 编辑

parallelizing jobs in python

摘要: ``` import time from concurrent.futures import ThreadPoolExecutor, wait import numpy as np def work(aa, bb): time.sleep(np.random.rand()) print(f"work 阅读全文

posted @ 2023-05-24 01:05 yusisc 阅读(5) 评论(0) 推荐(0) 编辑

导航