Tutorials: The error was: SyntaxError: Unexpected token < in JSON at position 6

Created on 24 Oct 2017  路  4Comments  路  Source: random-forests/tutorials

I'm getting this error when trying to upload the Jupyter notebook ep7.ipynb

I simply follow the command "docker run -it -p 8888:8888 tensorflow/tensorflow:0.10.0rc0" and when i try to upload the error appears.

Most helpful comment

This solved the issue:
When you download an ipynb file using the RAW button in GitHub it displays the text int the browser. This is json code and contains all of the jupyter notebook cells. You can copy this text into a file and name it with the extension ipynb and it will contain the notebook when using it with Jupyter.

Thanks to @mmcky
https://github.com/mmcky/nyu-econ-370/issues/10

All 4 comments

any update on this?

getting the same error on ep7.ipynb

This solved the issue:
When you download an ipynb file using the RAW button in GitHub it displays the text int the browser. This is json code and contains all of the jupyter notebook cells. You can copy this text into a file and name it with the extension ipynb and it will contain the notebook when using it with Jupyter.

Thanks to @mmcky
https://github.com/mmcky/nyu-econ-370/issues/10

Thanks, that was exactly the problem! Super helpful

Was this page helpful?
0 / 5 - 0 ratings

Related issues

tbdwworks picture tbdwworks  路  3Comments

lajash picture lajash  路  25Comments

Greg2806 picture Greg2806  路  11Comments

CarrKnight picture CarrKnight  路  7Comments

MetaDev picture MetaDev  路  18Comments