Exercise Notebooks - Kaggle/learntools GitHub Wiki
At the head of the notebook should be a cell loading the learntools feedback system, just after a short introduction perhaps:
Introduction
In this exercise, you'll do some machine learning.
When you're ready, run this next cell to set everything up!
# Setup feedback system
from learntools.core import binder
binder.bind(globals())
from learntools.deep_learning_intro.ex1 import *