Hi,
I’m trying to understand why some of my dataset load while others don’t.
In the above notebook, for example “https://gist.githubusercontent.com/maliky/04c48dd876abcf59733ea1cec89a55d4/raw/197b6a713f60667445e5aa679c0bfcc8b6a9e972/ddl_c18_prec5.json”, will load but
“https://gist.github.com/maliky/bc08277089a1e6de68be64a0c80b3f3e/raw/c1b370fb1f5a39f9dfdc18cea625cf65c2982719/va_c17_prec5.json” will not.
Both datasets where generated with the same code, parsing a graph-tool network to json.
In the debugger console I notice a lot of COR errors such as
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://gist.github.com/maliky/bc08277089a1e6de68be64a0c80b3f3e/raw/c1b370fb1f5a39f9dfdc18cea625cf65c2982719/va_c17_prec5.json. (Reason: CORS request did not succeed).
Why is that ?