tutorials
tutorials copied to clipboard
The error was: SyntaxError: Unexpected token < in JSON at position 6
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.
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
After trying many solutions, this one helped me fix this issue!! Much thanks
Thanks @pdhruv93. I spent 4 hours just to findout the way and finally your solution worked for me.
It did not solve the issue for me.