%cd instead of %mv

main
Aurélien Geron 2019-01-22 12:31:36 +08:00
parent b3a61cddce
commit c0690a9acc
1 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ python. It contains the example code and solutions to the exercises in the secon
* Or open it in [Colaboratory](https://colab.research.google.com/github/ageron/handson-ml2/blob/master/): * Or open it in [Colaboratory](https://colab.research.google.com/github/ageron/handson-ml2/blob/master/):
<a href="https://colab.research.google.com/github/ageron/handson-ml2/blob/master/"><img src="https://colab.research.google.com/img/colab_favicon.ico" width="90" /></a> <a href="https://colab.research.google.com/github/ageron/handson-ml2/blob/master/"><img src="https://colab.research.google.com/img/colab_favicon.ico" width="90" /></a>
* _Note_: Colab only copies the notebooks you open, it does not clone the rest of the project, so you need to run `!git clone https://github.com/ageron/handson-ml2` and `%mv handson-ml2/* .` to have access to other files in this project (such as datasets and images). * _Note_: Colab only copies the notebooks you open, it does not clone the rest of the project, so you need to run `!git clone https://github.com/ageron/handson-ml2` and `%cd handson-ml2` to have access to other files in this project (such as datasets and images).
### Just want to quickly look at some notebooks, without executing any code? ### Just want to quickly look at some notebooks, without executing any code?