easydata icon indicating copy to clipboard operation
easydata copied to clipboard

Create notebook utility import

Open acwooding opened this issue 5 years ago • 0 comments

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.

acwooding avatar Aug 27 '20 21:08 acwooding