1.Jupyter Notebook交互式開發(fā)環(huán)境
(venv) localhost% pip install jupyter
(venv) localhost% python -m ipykernel install --user --name=venv
2.查看jupyter kernel
(venv) localhost% jupyter kernelspec list
3.打開jupyter notebook
(venv) localhost% jupyter notebook