easydata
easydata copied to clipboard
Create notebook utility import
Create an import statement that will automatically run all the "useful" things we want such as:
from IPython.core.display import display, HTML
display(HTML("<style>.container { width:100% !important; }</style>"))
to cut down on copy and paste of cells and non-story related code in notebooks.