Quantopian's community platform is shutting down. Please read this post for more information and download your code.
Back to Community
Tab and ? not working

For some reason, after I executed the line 8 in Lecture 1 it worked:

import numpy as np
import pandas as pd

This is a plotting library for pretty pictures.

import matplotlib.pyplot as plt

Why does it work now?