Skip to content

Scrollable notebook output #174637

@amunger

Description

@amunger

Refs: microsoft/vscode-jupyter#4406

Complexity: 4

create issue


There are a few known issues already, but we are looking for any feedback on the look and feel of this feature before introducing it more broadly.

known issues:
Scrollable notebook output does not reveal find results correctly
notebook Error output is not scrollable
maximum limit message should not be within the scrollable region
scrollable output region keeps resetting scroll position

  1. set "notebook.experimental.outputScrolling": true
  2. Create a new notebook file
  3. Run a few cells with large outputs
  4. Play around with different combinations of related settings (might require reloading vs code): notebook.output.textLineLimit, notebook.output.wordWrap, notebook.outputLineHeight

Try on insiders.vscode.dev as well by either:
re-opening that same noteboook with output
or
Start up a jupyter server from a command prompt to provide kernels
1. python -m pip install jupyter
2. python -m jupyter notebook --no-browser --NotebookApp.allow_origin=*
3. copy the URL that the previous command provides and
4. open a notebook -> select kernel -> existing Jupyter Server -> paste the URL from step 3

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions