I got this message: XMLHttpRequest cannot load file: ,,
when using d3.json() to open a local file, actually I am trying to run
example bullet. Then I read in d3 document, found the information I
need:
******************************************
Note: Chrome has strict permissions for reading files out of the local
file system. Some examples use AJAX which works differently via HTTP
instead of local files. For the best experience, load the D3 examples
from your own machine via HTTP. Any static file web server will work;
for example you can run Python's built-in server:
python -m SimpleHTTPServer 8888
Once this is running, go to:
http://localhost:8888/examples/
***************************************
I ran python start a server, no problem. My question is: if the
bullet.html is in Mac Users/foo/bullet.html. What should I put after
http://localhost:8888/?
Thanks
Diana