handson-ml2 icon indicating copy to clipboard operation
handson-ml2 copied to clipboard

[BUG] Can't open Chapter 2 notebook

Open abdullah-hamid opened this issue 3 years ago • 1 comments

I get an error loading the chapter 2 notebook. I can't open it at all, I receive the following error:

`
Unreadable Notebook: C:\Users\Abdullah\Documents\Juypter\02_end_to_end_machine_learning_project.ipynb NotJSONError("Notebook does not appear to be JSON: '\\n\\n\\n\\n\\n\\n<!DOCTYPE html>\\n<html lang...")`

abdullah-hamid avatar Feb 28 '22 05:02 abdullah-hamid

Hi @abdullah-hamid ,

It looks like you downloaded the notebook as HTML, which explains why it doesn't have the right format. Please follow the installation instructions available here: INSTALL.md Alternatively, you can open the notebooks without any installation using Colab: https://colab.research.google.com/github/ageron/handson-ml2/blob/master/

Hope this helps

ageron avatar Mar 01 '22 00:03 ageron