Jupyter Notebooks
Rendering in Jupyter Notebooks can be configured using dataFrameConfig.display
value. Have a look at toHTML function to configure output for single cell
Content limit length
Content in each cell gets truncated to 40 characters by default. This can be changed by setting cellContentLimit
to a different value on the display configuration.
dataFrameConfig.display.cellContentLimit = 100
Last modified: 27 September 2024