jupyter / jupyter/notebook

\eqref displays ??? when \label and \tag is defined in another cell

Open
#4,313 1 comment 4 reactions 0 assignees View on GitHub
Dominant language
Jupyter Notebook
Stars
13.3k
Forks
5.8k
Avg merge
6d 11h
Merged PRs (30d)
7

Description

To replicate:

Cell 1 has
```
$$a = 1 \label{eq:1}\tag{1}$$
See $\eqref{eq:1}$
```

Cell 2 has
```
See $\eqref{eq:1}$
```

Cell 2 displays `See ???` instead of See (1).

Contributor guide

Open the contributing guide

Research direction

Reproduce the issue by creating the two cells shown and checking how the equation label is rendered across cells. Trace the notebook's math rendering and label-resolution path; done means Cell 2 displays `See (1)` instead of `See ???`.

Written by the indexing model from the issue text.

Assessment

Tech stack
jupyter-notebook
Domain
frontend
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.