In [1]:
%%html
<style>
table {float:left}
</style>
import os
base_path = os.path.abspath(os.path.join(os.getcwd(), '..'))
sys.path.append(base_path)


import os base_path = os.path.abspath(os.path.join(os.getcwd(), '..')) sys.path.append(base_path)