\eqref displays ??? when \label and \tag is defined in another cell
Open
- 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
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