From 6c551c79616ce7f6d3fea99ebf2e0bcbf581c0a3 Mon Sep 17 00:00:00 2001 From: Adarsh Nair <51357266+ada-nai@users.noreply.github.com> Date: Fri, 31 Jan 2020 12:54:26 +0530 Subject: [PATCH] Spelling change in INSTALL.md defaut -> default in # Start Jupyter section --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index 25a4991..fc5bc34 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -45,7 +45,7 @@ If you're on Windows, and you want to go through chapter 18 on Reinforcement Lea ## 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