Skip to content

markdown fontsize config not having any affect in notebook #7569

@jpmorr

Description

@jpmorr

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

  1. Change fontsize
  2. set cell type to markdown
  3. edit cell (large font)
  4. run cell to render -> small font

image

Expected behaviour

Increased fontsize for rendered markdown cells (tables, equations, etc)

Context

  • Windows 10
  • Chrome 78.0.3904.108
  • JupyterLab 1.2.3

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions