In [ ]:
1+1

This shouldn't change


In [ ]:
# neither should this
import pandas as pd

In [ ]:
# this should
import pandas a pd

In [ ]: