jupyter / jupyter/notebook

Cannot get solid html table borders in jupyter notebook

Open
#4,969 3 comments 0 reactions 0 assignees View on GitHub
Dominant language
Jupyter Notebook
Stars
13.3k
Forks
5.8k
Avg merge
6d 11h
Merged PRs (30d)
7

Description

I am trying to get solid black table borders on my html table in jupyter notebook. I run the following code in a markdown cell:
```


parameter

eenheid

waarde



$RR$

$\text{[-]}$

0.03

```

But now I would like all cells in the table (all td and tr elements) to have their own border. Is there really no other way to do this than adding a `{style="border-style: solid;"}` to each td and tr element?

Adding table borders is really basic functionality. It shouldn't be this hard.

Contributor guide

Open the contributing guide

Research direction

Reproduce the supplied HTML table in a Jupyter Notebook Markdown cell and inspect how its table, row, and cell borders render. Determine whether notebook rendering supports applying the requested solid border to all cells without repeating inline styles; done means the example renders with borders on every cell.

Written by the indexing model from the issue text.

Assessment

Tech stack
jupyter-notebook
Domain
frontend
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.