You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Notebook v7 does not recognize LaTeX double backslash to create new line. I had to roll back to 6.5.6 for it to work.
Reproduce
Open terminal
Install notebook v7 by typing pip install notebook or pip install notebook==7.0.4
Open a new notebook by typing jupyter notebook and then selecting New (Python page)
Change the cell to markdown
type the following:
$$
123\\
456
$$
Render the cell
Expected result:
123
456
Actual result:
123456
Context
Failure: Unsuccessful using notebook 7.0.4 on the following computers -- all LaTeX text ran together. Success: Successful using notebook 6.5.6 on the following computers -- the LaTeX text showed on separate lines as expected.
MacBook Pro 2018
macOS Monterey v12.4
Browsers: Chrome, Safari (on notebook 7.0.4 the entire Jupyter Notebook interface didn't show up at all on Safari)
Python 3.10.8, 3.10.11
The text was updated successfully, but these errors were encountered:
Description
Notebook v7 does not recognize LaTeX double backslash to create new line. I had to roll back to 6.5.6 for it to work.
Reproduce
Open terminal
Install notebook v7 by typing
pip install notebook
orpip install notebook==7.0.4
Open a new notebook by typing
jupyter notebook
and then selecting New (Python page)Change the cell to markdown
type the following:
Expected result:
123
456
Actual result:
123456
Context
Failure: Unsuccessful using notebook 7.0.4 on the following computers -- all LaTeX text ran together.
Success: Successful using notebook 6.5.6 on the following computers -- the LaTeX text showed on separate lines as expected.
MacBook Air M2, 2023
macOS Ventura 13.5.2
Browsers: Chrome, Safari
Python 3.10.13
MacBook Pro 2018
macOS Monterey v12.4
Browsers: Chrome, Safari (on notebook 7.0.4 the entire Jupyter Notebook interface didn't show up at all on Safari)
Python 3.10.8, 3.10.11
The text was updated successfully, but these errors were encountered: