question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Tables are not rendered

See original GitHub issue

Describe the bug

A markdown table, rendered in Jupyter, does not get rendered in the jupyter-book output.

| Quantity            | Name               | Unit|
| ------------------ :| ----------------- :| -- :|
|  Length             |  millimeter        | mm  |
|  Time               |  nanosecond        | ns  |
|  Energy             |  Mega electron Volt| MeV |
|  Positron charge    |  eplus             |     |
|  Temperature        |  kelvin            | K   |
|  Amount of substance|  mole              | mol |
|  Luminous intensity |  candela           | cd  |
| Plane angle         |  radian            | rad |
|  Solid angle        |  steradian         | sr  |

Gets rendered as this:

| Quantity | Name | Unit| | ------------------ 😐 ----------------- 😐 – 😐 | Length | millimeter | mm | | Time | nanosecond | ns | | Energy | Mega electron Volt| MeV | | Positron charge | eplus | | | Temperature | kelvin | K | | Amount of substance| mole | mol | | Luminous intensity | candela | cd | | Plane angle | radian | rad | | Solid angle | steradian | sr |

$ jupyter book build mybook
ERROR ...

I should have a live example at some point soon, my GitHub-actions is broken (jupyter-book + conda worked beautifully, pushing to GitHub is not working)

PS: You can type juptyer book instead of jupyter-book; just like git does, the Jupyter command delegates to programs with dashes in the path. Might be more memorable for users, don’t know. 😃

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:6 (2 by maintainers)

github_iconTop GitHub Comments

2reactions
henryiiicommented, May 22, 2020

Note: the GitHub parser does’t allow tables with spaces like that either, which is how I noticed. 😃

1reaction
henryiiicommented, May 22, 2020

Unless you have other thoughts, I think this can be closed. Takeaway, the parser is a little picker than the Jupyter lab parser.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Markdown Tables not rendering - Stack Overflow
I had a similar problem with one of these generated tables on Github Markdown and I found I needed to put a blank...
Read more >
Tables are not rendering in page · Issue #82 - GitHub
Hello there, I'm facing a problem with tables rendering, this is my code: | Flag | Code | Region ...
Read more >
Markdown Tables Not Rendering Correctly - GitLab.org
Markdown Tables are not rendered correctly. STEPS: Create a markdown table, such as the one below.
Read more >
Table rendering in preview but not in finished post
I recently was editing a post which originally looked fine, and previewed fine, but got broken upon submission; I then resolved the problem...
Read more >
My table is not rendering when using the editor and I can't ...
Description of problem: I put a break point in my controller on "return Json(response)". The response is getting populated, my search panes have ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found