nicknochnack / TFODCourse

944 stars 920 forks source link

A "j" was accidently added in the command line of step 4 of the installation instruction #142

Open pittebidde opened 1 year ago

pittebidde commented 1 year ago

Hi everybody!

First of all thank you a lot for sharing your insights! The course was really fun! Since i am not that experienced when it comes to coding, i just copy-pasted the command promts from the installation instructions and if i am not mistaken, there seems to have been a little spelling mistake. In step 4. it says "python -m ipykernel install --user --name=tfodj", but i guess the "j" in the end was by accident or was i mistaken?

Thanks a lot again!

atharv10032 commented 2 weeks ago

I feel the same , that j might have been unintentional

davemaster commented 2 weeks ago

Sadly, this stuff is not for no-programmers.

In this command: "python -m ipykernel install --user --name=tfodj",

tfodj, is the NAME OF YOUR FOLDER, that one where you're going to install your python environment... it could be "jonas", "homer", "graham", etc. whatever You want. If you're a "machilon", the command will be:

"python -m ipykernel install --user --name=machilon",

atharv10032 commented 2 weeks ago

Yeah , that's very helpful.