This lesson will require a few extra steps to setup some of the modules we require. As usual start by cloning the azure library.
Now we must locally install the modules that are included in this lesson, we do this using pip:
!pip install ./code/superheros
Once the package has been installed, it may be necessary to restart the kernel for the Jupyter notebook. This can be done by clicking the button on the toolbar.
To check this has worked we can try importing the test module as follows:
import check_superheros
If your output looks the same as above, you are ready to continue with the lesson.