Jupyter Notebooks
Edit page Last modified: 14 January 2025Rendering 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