From be63c3120c76a8b1790fefe82addedabb67451fb Mon Sep 17 00:00:00 2001 From: Jay Soni <49163967+jaysoftic@users.noreply.github.com> Date: Thu, 1 Oct 2020 00:03:10 +0530 Subject: [PATCH] Update README.md How to launch jupyter on linux --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 570f6af..1111ead 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,8 @@ A good way to avoid the unpleasant scenario outlined in the XKCD comic is to rel ` jupyter notebook ` -3. On Windows, start the Anaconda launcher, which you can find in C:\Anaconda or, in the Start menu. Start the jupyter notebook by typing `jupyter notebook`. A new browser window should open. +4. On Windows, start the Anaconda launcher, which you can find in C:\Anaconda or, in the Start menu. Start the jupyter notebook by typing `jupyter notebook`. A new browser window should open. + On Liux, open terminal window type **conda activate**, then type **jupyter notebook** ## Who led the workshop and is there a way to contact him?? Ilya Gerner can be found on twitter as [@igerner](https://twitter.com/igerner) and via email at ilyagerner@gmail.com.