ctgk / PRML

PRML algorithms implemented in Python
MIT License
11.43k stars 3.25k forks source link

Remote HTTP 404: Not Found #36

Closed Behzad-Moradi closed 2 years ago

Behzad-Moradi commented 2 years ago

Remote HTTP 404: Not Found error occurs when I try to open notebooks. I was wondering if you could help me with this problem.

ctgk commented 2 years ago

How did you encounter the error? By opening links in the readme file?

Behzad-Moradi commented 2 years ago

How did you encounter the error? By opening links in the readme file?

Yes

ctgk commented 2 years ago

It seems like an issue of nbviewer. There are similar issues repeatedly. https://github.com/jupyter/nbviewer/issues/916 https://github.com/jupyter/nbviewer/issues/938

For now, please open notebooks directly, they are all under PRML/notebooks. https://github.com/ctgk/PRML/blob/main/notebooks/ch01_Introduction.ipynb

Behzad-Moradi commented 2 years ago

It seems like an issue of nbviewer. There are similar issues repeatedly. jupyter/nbviewer#916 jupyter/nbviewer#938

For now, please open notebooks directly, they are all under PRML/notebooks. https://github.com/ctgk/PRML/blob/main/notebooks/ch01_Introduction.ipynb

Ok. Thanks.