First, what were you trying to achieve with two-colons in cd ::/home
?
Was that meant to be double-period?
I just would like to go through my main Documents on the windows explorer
Could you clarify why you want to do that? Are there Windows tools you would like to use?
You expose yourself to the risk of the Dreaded Mixed Line Endings.
I also would like to know what is “not recommended” in Aurélien Géron’s method
By default, I’d say don’t “Create the homl3
Environment”. For a beginner trying to use multiple environment adds unnecessary complexity. Just operate in the base environment - until you bump into a case where you “know absolutely” that you need them - probably years away.
However I’m not sure the impact that will have on the following instruction
The notebooks in this project will default to the environment named
python3
, so it’s best to register this environment using the namepython3
(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)
I’m fairly sure by he means “every time you open a notebook the first time” which is not really a big deal. Additionally the default kernel for Juyper Lab is already is Python3…
Except for the GPU drivers section, you’ll probably get the same results as handson-ml3/INSTALL.md using a simpler setup like my Jupyter install log, then just doing…
$ git clone git clone https://github.com/ageron/handson-ml3.git
$ cd handson-ml3
$ jupyter lab
Note, shortly after I made that install log, the course in the advice was to run…
$ jupyter lab
rather than
$ juypter notebook
I’m not really sure the distinction since this was my first time using Jupyter, and so never really got a feel for “jupyter notebook”.