jupyter / nbconvert

Jupyter Notebook Conversion
https://nbconvert.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
1.72k stars 563 forks source link

nbconvert shows output as a cell rather than as output #2169

Open LokeshBadisa opened 1 month ago

LokeshBadisa commented 1 month ago

I'm converting a notebook into rst with jupyter nbconvert --to rst tutorial.ipynb --output-dir=./. It is saving output of a cell as another cell instead as output. Am I missing any CLI option or is the feature isn't there? If not, I'd suggest adding an option for output format.

takluyver commented 1 month ago

Can you go into a bit more detail of what you're seeing and what you expect to see? 'Cells' and 'output' are notebook concepts, not rst concepts.