Description
In a jupyter notebook I can change the font size of rendered HTML tables by using the following command at the start of a notebook:
display(HTML("<style>.rendered_html table { font-size: 22px; }</style>"))
this does not work in jupyterlab so i went to advanced settings and tried changing the font size there:
"codeCellConfig": {
"fontSize": 14
},
"markdownCellConfig": {
"fontSize": 44
}
}
Reproduce
- Change fontsize
- set cell type to markdown
- edit cell (large font)
- run cell to render -> small font

Expected behaviour
Increased fontsize for rendered markdown cells (tables, equations, etc)
Context
- Windows 10
- Chrome 78.0.3904.108
- JupyterLab 1.2.3
Description
In a jupyter notebook I can change the font size of rendered HTML tables by using the following command at the start of a notebook:
display(HTML("<style>.rendered_html table { font-size: 22px; }</style>"))this does not work in jupyterlab so i went to advanced settings and tried changing the font size there:
Reproduce
Expected behaviour
Increased fontsize for rendered markdown cells (tables, equations, etc)
Context