plotly / plotly/dash

provide Mathjax support in DataTable

Open
#2,180 3 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

dash-data-table feature P3
Dominant language
Python
Stars
24.4k
Forks
2.3k
Avg merge
2d 7h
Merged PRs (30d)
13

Description

Hello Dash Community,

Dash v2.3.0 introduced Mathjax support in dcc.Markdown and dcc.Graph which is very nice for producing scientific dashboards.

Dash DataTable also provides the Markdown presentation option, but Mathjax does not seem to be activated in this case. This feature would be nice in order to display pretty-printed data in the table.

I tried outputing a $$ delimited LaTex formula in a MarkDown cell of DataTable but it didn't rendered with Mathjax (using Dash 2.6.0):

image

Thanks

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reproducing the $$-delimited LaTeX formula in a Dash DataTable Markdown cell, using the Dash 2.6.0 behavior described in the issue. Compare DataTable's Markdown rendering with the existing MathJax support in dcc.Markdown and dcc.Graph; done means formulas render correctly in DataTable cells.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
data-visualization, frontend
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Active
Clarity
Mostly clear
Newbie friendliness
52/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.