Learn practical skills, build real-world projects, and advance your career
%reload_ext autoreload
%autoreload 2
%matplotlib inline
from fastai.vision import *
import kaggle
import pandas as pd
import numpy as np
!kaggle competitions download -c dsnetxfastai -p kaggle
404 - Not Found
import pathlib
data_path = pathlib.Path('/home/jupyter/kaggle/')