Merge pull request #98 from ada-nai/master

Typo in INSTALL.md
main
Aurélien Geron 2020-02-05 09:19:04 +13:00 committed by GitHub
commit 73126d72c6
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ If you're on Windows, and you want to go through chapter 18 on Reinforcement Lea
## Start Jupyter ## Start Jupyter
You're almost there! You just need to register the `tf2` conda environment to Jupyter. The notebooks in this project will defaut to the environment named `python3`, so it's best to register this environment using the name `python3` (if you prefer to use another name, you will have to select it in the "Kernel > Change kernel..." menu in Jupyter every time you open a notebook): You're almost there! You just need to register the `tf2` conda environment to Jupyter. The notebooks in this project will default to the environment named `python3`, so it's best to register this environment using the name `python3` (if you prefer to use another name, you will have to select it in the "Kernel > Change kernel..." menu in Jupyter every time you open a notebook):
$ python3 -m ipykernel install --user --name=python3 $ python3 -m ipykernel install --user --name=python3