Vscode-jupyter: Option to enable vertical scrollbar for output of cell related to jupyter notebook support

Created on 16 Oct 2019  路  7Comments  路  Source: microsoft/vscode-jupyter

Bug: Notebook Editor, Interactive Window, Python Editor cells

Steps to cause the bug to occur

1.install latest VS code
2.open the any notebook(ipynb file),there will be no vertical scrollbar for long outputs

Actual & Expected behavior

The below image is actual behavior means the vertical scrollbar not shown although the output is pretty long.
image

Your Jupyter and/or Python environment

Please provide as much info as you readily know

  • Jupyter server running: Local
  • Extension version: 2019.10.41019
  • VS Code version: 1.39.1
  • Setting python.jediEnabled: true
  • Python and/or Anaconda version: 3.7.1
  • OS: Windows
  • Virtual environment: N/A

Developer Tools Console Output


The console output is in attached file.
temp.txt

All 7 comments

We actually already have this option, but it doesn't seem to be working

python.dataScience.maxOutputSize

This is a regression.

So,are we getting the solution in next release?

Yes. It was merged into master yesterday so our next release will have the fix for this.

Validated. Tested on windows. Long output now trimmed at the maxOutputSize setting so you can actually see the next cells. Also checked that -1 allows for infinite output size.

yup now its working on VS code insider with python extension(insider),so when we got it in stable release?

The next official release will be in November. We're trying for a point release in the next week.

Was this page helpful?
0 / 5 - 0 ratings