-
Notifications
You must be signed in to change notification settings - Fork 887
Closed
Description
The panel group redirected me to your issue tracker to see if markdown can provide remedy for this issue.
I am using panel that uses markdown and I am trying to generate a table with borders. Here is the code I am using in panel:
import panel as pn
from bokeh.resources import INLINE
SimpleTable = pn.panel("""
| Time | Number of Trial with Results | Unique Units |
|:-----------:|:----------------------------:|:------------:|
| 20 Apr 2018 | 30,763 | 21,094 |
| 7 Feb 2019 | 34,751 | 23,733 |
| 12 Apr 2019 | 35,926 | 24,548 |
| | | |
""")
SimpleTable.save('SimpleTable', resources=INLINE)
The code generates a nice table, yet without borders.
Now the question is whether you can force table borders to be drawn in markdown or are visual look aspects need to be handled elsewhere by panel, bokeh, or some CSS.
It may be a question open for debate - will be happy to get feedback.
RokeJulianLockhart
Metadata
Metadata
Assignees
Labels
No labels