Making Jupyter NB full screen in Paperspace

Is it possible to make the borders around the edge of the Jupyter NB disappear when running it in Paperspace?

Is this what you are looking for?

from IPython.display import display, HTML, clear_output 
display(HTML("<style>.container { width:100% !important; }</style>"))