Figuring out how to how setup a jupyter notebook
is pretty easy - you just open your terminal, install jupyter & run jupyter notebook
.
But figuring out how to do it inside of VS CODE was not very intuitive (at least not for me, as I am kind of a newb with python).
But learning from newbies is the best thing you can do because, as you will find out, we are so “dumb” that our processes need to be so detailed that a monkey could run them, so it’s unlikely we will leave out some critical step that just ruins your whole day.
So here is my process, compiled from digging, reading, and banging my head against a wall until i nailed it.