ResidentMario / py_d3

D3 block magic for Jupyter notebook.
MIT License
450 stars 40 forks source link

invalid syntax error #19

Closed wangqianwen0418 closed 5 years ago

wangqianwen0418 commented 5 years ago

I just copied the example in https://github.com/ResidentMario/py_d3/blob/master/notebooks/%25%25d3-4.0-example.ipynb, but got the following erro: image

ResidentMario commented 5 years ago

Did you %load_ext py_d3 as well?

wangqianwen0418 commented 5 years ago

Did you %load_ext py_d3 as well?

yes, just copy the example

ResidentMario commented 5 years ago

I updated the instruction in the notebook to use %load_ext py_d3. Assuming you do that, it works.