GokuMohandas / Made-With-ML

Learn how to design, develop, deploy and iterate on production-grade ML applications.
https://madewithml.com
MIT License
37.55k stars 5.95k forks source link

Notebook #78

Closed abcdvzz closed 5 years ago

abcdvzz commented 5 years ago

Could u pls release a instruction on Jupyter notebook, I mean how to run your code on Jupyter notebook. You know, in China, we cannot acsess Google.

GokuMohandas commented 5 years ago

Oh no, I didn't realize it affected colab as well! Give me 10 minutes, I'll come up with something

GokuMohandas commented 5 years ago

alright, so you can click on the launch Jupyter button on top of the README which will take you to this Binder site: https://mybinder.org/v2/gh/GokuMohandas/practicalAI/master

Most of the notebook will work but if any code throws an error, you can install the package using pip like this: !pip install torch

Let me know if you have any other questions!

abcdvzz commented 5 years ago

Thank you very much.