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
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