jupyterlab

Installation — JupyterLab 4.0.2 documentation

 

pip install -i https://pypi.tuna.tsinghua.edu.cn/simple matplotlib

import pandas as pd
import numpy as np
import matplotlib

df = pd.DataFrame(np.random.randn(10,4),index=pd.date_range('1/1/2000',
   periods=10), columns=list('ABCD'))

df.plot()
View Code

 

posted @ 2023-07-24 19:08  有翅膀的大象  阅读(57)  评论(0编辑  收藏  举报