Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visual Studio Code Python notebook output expansion?

Is there a way to expand the cell of a large output for python notebooks (ipynb)? Similar to how it typically works in jupyter notebooks, where if you double click the output, it toggles between expansion and scrolling?

like image 771
bpops Avatar asked Nov 26 '19 23:11

bpops


People also ask

Can VS Code run Python notebook?

Visual Studio Code supports working with Jupyter Notebooks natively, and through Python code files. This topic covers the native support available for Jupyter Notebooks and demonstrates how to: Create, open, and save Jupyter Notebooks.

Does VS Code support Jupyter Notebook?

Jupyter (formerly IPython Notebook) is an open-source project that lets you easily combine Markdown text and executable Python source code on one canvas called a notebook. Visual Studio Code supports working with Jupyter Notebooks natively, as well as through Python code files.


1 Answers

No sorry that's not possible at the moment. Feel free to log a suggestion at https://github.com/microsoft/vscode-python/issues

like image 118
R Chiodo Avatar answered Sep 21 '22 08:09

R Chiodo