Jverma / NetworkxD3

D3 JavaScript networkx Graphs in Python
51 stars 10 forks source link

Unreadable Notebook #3

Open arne-cl opened 8 years ago

arne-cl commented 8 years ago

I tried to open NetworkxD3example.ipynb, but neither Github, nbviewer nor my local jupyter installation could handle it. Here's jupyter's error message:

Unreadable Notebook: /tmp/NetworkxD3/NetworkxD3example.ipynb NotJSONError('Notebook does not appear to be JSON: u\'{\\n "cells": [\\n {\\n "cell_type": "...',)
cranmer commented 8 years ago

same issue here. The GitHub preview for the notebook doesn't work. Wanted to check the tool works before spending time.

Jverma commented 8 years ago

I am also not able to open the iPython notebook. I'm away at the moment and don't have access to a computer with iPython. Check the iPython notebook in .ipynb_checkpoints , this is the same notebook and has the codes. I'm not sure why the iPython is not showing the graph. But the codes work to produce a HTML file. You can just copy the main file ../NetworkxD3/NetworkxD3.py, if you don't to install and try. Thanks!