python3 -m venv venv
python -m ipykernel install --user --name=venv
jupyter kernelspec list
jupyter notebook
发表评论
357 views