Skip to content

Instantly share code, notes, and snippets.

@kaspermunch
Created April 22, 2020 06:10
Show Gist options
  • Save kaspermunch/a2088aa1b4a9e70cb6a009082ce3d4fd to your computer and use it in GitHub Desktop.
Save kaspermunch/a2088aa1b4a9e70cb6a009082ce3d4fd to your computer and use it in GitHub Desktop.
Add this to a cell to get monospace font for numbers in jupyter tables
%%html
<style> table { font-variant-numeric: tabular-nums; } </style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment