Skip to content

lanzhiwang/python-matplotlib-action

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-matplotlib-action

《Python 数据可视化之 matplotlib 实践》配套代码

overview.png

docker run -it --rm -p 10000:8888 \
-v ~/work/code/py_code/python-matplotlib-action:/home/jovyan/work \
jupyter/minimal-notebook:x86_64-python-3.11.6

pip install -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple

find . -name "*.ipynb" -exec black {} \;
find . -name "*.py" -exec black {} \;

find . -name "*ipynb_checkpoints*" -exec rm -rf {} \;

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published