handson-ml2
handson-ml2 copied to clipboard
[BUG] Can't open Chapter 2 notebook
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...")`
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