From 21c1c083476fb0b5fc48bfb0f32f336a95bb6c52 Mon Sep 17 00:00:00 2001 From: hitoruna Date: Sun, 22 Sep 2024 16:18:40 +0900 Subject: [PATCH] add some to the readme --- week_0_project_setup/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/week_0_project_setup/README.md b/week_0_project_setup/README.md index 5f29605..4462c7f 100644 --- a/week_0_project_setup/README.md +++ b/week_0_project_setup/README.md @@ -12,6 +12,8 @@ conda create --name project-setup python=3.8 conda activate project-setup ``` +__NOTE: You can use any environment name you wish. For example a conda environment MLProj38__ + Install the requirements: ``` @@ -50,4 +52,6 @@ python -m ipykernel install --user --name project-setup pip install ipywidgets ``` +Note: After this to use the notebook you still have to install notebooks or lab, through for example `pip install notebook` +