jupyter / jupyter/nbconvert-examples
In Nbconvert Support.ipynb raw cell example should use \frac not \\frac
- Dominant language
- Jupyter Notebook
- Stars
- 176
- Forks
- 78
- PR merge metrics
- No merged PRs in 30d
Description
At least in my install, \frac{} in the last cell produces correct html, not \\frac.
Config:
```bash
%%bash
python -V
jupyter --version
jupyter nbconvert --version
```
```
Python 3.5.3
4.3.0
5.1.1
```
Oh, the browser does not seem to make a difference (Firefox, Chrome tested).
Contributor guide
No contributing guide indexed for this repository
Research direction
Open Support.ipynb and inspect the last raw-cell example, then render the notebook with the reported nbconvert setup to confirm the current HTML output. Update the example to use the escaping that produces the intended fraction, and verify the rendered HTML displays it correctly.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- jupyter-notebook
- Domain
- documentation
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 52/100