courses icon indicating copy to clipboard operation
courses copied to clipboard

How do I import this repo into kaggle so I can use?

Open osok opened this issue 2 years ago • 1 comments

After watching the first video and reading the page about it (https://course.fast.ai/Lessons/lesson1.html), I signed up for a kaggle account. During the video I was able to browse to Jermeys kaggle account (https://www.kaggle.com/jhoward/notebooks) and copy his, so I could work on the examples.

I want to work the notebooks in: https://github.com/fastai/courses

How do I do that with kaggle?

osok avatar May 30 '23 14:05 osok

If you want to clone this repository in Kaggle then you may use this code snippet :

!git clone https://github.com/fastai/courses.git

swarnim-sawane avatar Mar 26 '24 15:03 swarnim-sawane