AzureViolin / intelligent_scissors_5421spring2018

1 stars 1 forks source link

ipynb v.s. json #4

Closed AzureViolin closed 6 years ago

AzureViolin commented 6 years ago

what is .ipynb used for?

And, since it seems like it's just json, why not use json directly? @onlytailei

onlytailei commented 6 years ago

This is an ipython notebook, an interactive python environment. I use it to test all the python functions. Actually, it should be ignored in git.

AzureViolin commented 6 years ago

sounds interesting. I'll remove it and add it to .gitignore. Maybe you can show me how it works when we do the demonstration :)