IBM / visualize-data-with-python

A Jupyter notebook using some standard techniques for data science and data engineering to analyze data for the 2017 flooding in Houston, TX.
https://developer.ibm.com/patterns/visualize-data-with-python/
Apache License 2.0
59 stars 78 forks source link

Notebook is broken: Not able to open #53

Closed mdpatankar closed 6 years ago

mdpatankar commented 6 years ago

Unreadable Notebook: /Users/mangeshpatankar/Documents/2018/Q2_2018/callforcode/city/pixiedust-traffic-analysis.ipynb NotJSONError("Notebook does not appear to be JSON: '\n\n\n\n\n\n<!DOCTYPE html>\n<html lang...",)

stevemar commented 6 years ago

@mdpatankar What did you use to open the notebook? I tried with a plain old jupyter-notebook command and it loaded.

smartinelli-mac workspace $ jupyter-notebook pixiedust-traffic-analysis/notebooks/pixiedust-traffic-analysis.ipynb 
[I 23:23:25.039 NotebookApp] Serving notebooks from local directory: /Users/stevemar/workspace/pixiedust-traffic-analysis/notebooks
[I 23:23:25.039 NotebookApp] 0 active kernels
[I 23:23:25.039 NotebookApp] The Jupyter Notebook is running at:
[I 23:23:25.039 NotebookApp] http://localhost:8888/?token=foo
[I 23:23:25.039 NotebookApp] Use Control-C to stop this server and shut down all kernels (twice to skip confirmation).
[C 23:23:25.040 NotebookApp] 

    Copy/paste this URL into your browser when you connect for the first time,
    to login with a token:
        http://localhost:8888/?token=foo
[I 23:23:25.179 NotebookApp] Accepting one-time-token-authenticated connection from ::1
[W 23:23:25.734 NotebookApp] Notebook pixiedust-traffic-analysis.ipynb is not trusted
[I 23:23:26.258 NotebookApp] Kernel started: af669ec7-8d40-47c2-8033-44f214f5c54e
[I 23:23:27.178 NotebookApp] Adapting to protocol v5.1 for kernel af669ec7-8d40-47c2-8033-44f214f5c54e
scottdangelo commented 6 years ago

Closing this as cannot reproduce. I can open the notebook, and it seems to be valid json.