Support for showing two and more text results separatly
- Dominant language
- Jupyter Notebook
- Stars
- 13.3k
- Forks
- 5.8k
- Avg merge
- 6d 11h
- Merged PRs (30d)
- 7
Description
I am not sure, that this is bug, maybe this is expected behaviour.
But, in `Notebook.ipynb` I have code cell with two text results
````json
{
"cell_type": "code",
"execution_count": null,
"metadata": {
},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"7"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"8"
]
}
],
"source": "a:7; b:8;"
}
````
As you see, two text resutls.
But when I open the notebook in my Jupyter Notebook `v5.7.8`, I see them merged into one result.

So it should be? And there is a way to show them separetly?
Contributor guide
Research direction
Reproduce the behavior by opening the provided Notebook.ipynb in Jupyter Notebook v5.7.8 and inspecting how its two stdout entries are rendered. Determine whether separate display is intended, then verify that the two text results appear separately if support is added.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- jupyter-notebook
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100