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 {} \;
-
Notifications
You must be signed in to change notification settings - Fork 0
lanzhiwang/python-matplotlib-action
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
