-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed as not planned
Labels
as designedNot a bug, working as intendedNot a bug, working as intendedbugSomething isn't workingSomething isn't working
Description
Describe the bug
While Pyright works perfectly in .py files, it doesn't activate in a jupyter notebook. Most online searches point me to setting "python.languageServer": "Pylance"
, but I don't have Pylance since I'm running on an open source build.
Code or Screenshots
Open a jupyter notebook and type
import math
math.sqrt()
Hover over sqrt
to show doc string, nothing happens. However, using pyLance with the MS VS Code, it works.
VS Code extension or command-line
Using VS Code extension. Running on code server.
Metadata
Metadata
Assignees
Labels
as designedNot a bug, working as intendedNot a bug, working as intendedbugSomething isn't workingSomething isn't working