Sean McClure
1 min readAug 12, 2019

--

Sorry you’re having issues.

I reproduced the example, which you can find hosted here:

https://collaboratescience.com/stack/d3_azle/

Works for me. Make sure it works with your browser. Should look like this:

Here is the code I just wrote on GitHub:

Pull the project and try, or just make sure your code is the same.

If you’re running locally then make sure you start a simple web server to avoid CORS issues. I just use python3 server for simple local work:

python3 -m http.server

Then I can see the app on http://localhost:8000

Let me know if you’re still having issues.

--

--

Sean McClure
Sean McClure

Written by Sean McClure

Independent Scholar; Author of Discovered, Not Designed; Ph.D. Computational Chem; Builder of things; I study and write about science, philosophy, complexity.

Responses (2)