- TensorFlow 1.x Deep Learning Cookbook
- Antonio Gulli Amita Kapoor
- 60字
- 2021-07-02 22:01:25
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.