上QQ阅读APP看书,第一时间看更新
There's more...
Additionally, you can also install Jupyter notebook:
- Install ipython as follows:
conda install -c anaconda ipython
- Install nb_conda_kernels:
conda install -channel=conda-forge nb_conda_kernels
- Launch the Jupyter notebook:
jupyter notebook
This will result in the opening of a new browser window.
If you already have TensorFlow installed on your system, you can use pip install --upgrade tensorflow to upgrade it.