-
Notifications
You must be signed in to change notification settings - Fork 36.3k
Description
Refs: microsoft/vscode-jupyter#4406
- anyOS @isidorn
- anyOS @joyceerhl
- anyOS @connor4312
Complexity: 4
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
- set
"notebook.experimental.outputScrolling": true - Create a new notebook file
- Run a few cells with large outputs
- 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