Inside help not processed
- Dominant language
- Jupyter Notebook
- Stars
- 13.3k
- Forks
- 5.8k
- Avg merge
- 6d 11h
- Merged PRs (30d)
- 7
Description
I'm using SageMath 8.1 on a Windows 10 Native with Jupyter Notebook.
When looking at the inside help I see a mixture of regular text, unprocessed Markdown text and unprocessed Latex text.
An example will be:
R3 = Manifold(3, 'R3', latex_name=r'\mathbb{R}^3')
cartesian3d. = R3.chart()
R3.diff_form?
I get a window with regular text and also things like *differential form of degree* which is italics in Markdown but unprocessed (raw), I see t: M longrightarrow T^{(0,p)}N which hints at Latex but it is unprocessed, I see forall x in M,quad t(x) in Lambda^p(T^*_{Phi(x)} N), which also hints at Latex but it is again unprocessed (raw).
Can this be improved to process the Markdown and Latex correctly?
Daniel Volinski
Contributor guide
Research direction
Reproduce the issue in Jupyter Notebook using the reported SageMath example and the R3.diff_form? help entry. Inspect the inside-help display path to determine where Markdown and LaTeX remain unprocessed; done means both formats render correctly without breaking regular help text.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- jupyter-notebook, latex, markdown
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100