3.Tensorflow快速入门与实战

1.Jupyter Notebook交互式开发环境

(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

你可能感兴趣的:(3.Tensorflow快速入门与实战)