Skip to content

Scroll settings are not honored in Native Notebook #4406

Closed
@XiaomoWu

Description

@XiaomoWu

Environment data

  • VS Code version: 1.53-insider
  • Jupyter Extension version (available under the Extensions sidebar): 2020.12.414227025
  • Python Extension version (available under the Extensions sidebar): 2020.12.424452561
  • OS (Windows | Mac | Linux distro) and version: Ubuntu 20.10
  • Type of virtual environment used (N/A | venv | virtualenv | conda | ...): NA
  • Jupyter server running: Local

Expected behaviour

The cell output will automatically scroll if the output is too long.

Actual behaviour

Cell output never scrolls even if I set:

  • "jupyter.enableScrollingForCellOutputs": true
  • "jupyter.maxOutputSize": 200

Steps to reproduce:

for i in range(10000):
    print(i)

scroll
]

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions