How do I increase cell width of a Jupyter notebook with Apache Toree - Scala kernel?
The usual
from IPython.core.display import display, HTML
display(HTML("<style>.container { width:100% !important; }</style>"))
indeed does not work.
How do I increase cell width of a Jupyter notebook with Apache Toree - Scala kernel?
The usual
from IPython.core.display import display, HTML
display(HTML("<style>.container { width:100% !important; }</style>"))
indeed does not work.
Copyright © 2021 Jogjafile Inc.
In
~/.jupyter/custom/custom.js
(to avoid wrap - horizontal scroll):And added this in
~/.jupyter/custom/custom.css
(to use all width):These two tricks help to make the Spark SQL DataFrame show() method a little more "palatable" by aligning columns to effectively kill word wrap and giving more width to the view. If these files do not exist, try creating them.