dunovank / jupyter-themes

Custom Jupyter Notebook Themes
MIT License
9.76k stars 1.06k forks source link

Set-up Fastai (Deep Learning Library) in the Jupyter Notebook #363

Closed AurioPinto closed 4 years ago

AurioPinto commented 4 years ago

Troubleshooting:

Currently, I am starting my course on deep learning from fast.ai, and having set-up most of the environment on my machine. I can use the fastai dataset when I run my code from the terminal, but when I try to use it on the jupyter notebook I am getting the following error message:

Screenshot from 2019-10-04 18-22-19

AurioPinto commented 4 years ago

I actually solved this problem now, you can find the solution on the fastai.com/ Documentation to run the library in the jupyter notebook, and see the following commands here and the fig of my coding running Screenshot from 2019-10-05 16-19-23

andrhua commented 4 years ago

Amazing issue, bug that is not even related to Jupyter, and after 2 weeks it is still open, but I guess, maintainer had dumped it already...

AurioPinto commented 4 years ago

Indeed @andrhua, I also read their documentation and I found the steps to run fastai library on Jupiter notebook, perhaps that was the issue

DhruvaSambrani commented 4 years ago

Please close the issue if you have solved it

AurioPinto commented 4 years ago

@DhruvaSambrani Thank you for the reminder!