Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Better intellisense in the web version of jupyter extension #9976

Closed
Tracked by #9574
rchiodo opened this issue May 10, 2022 · 6 comments
Closed
Tracked by #9574

Better intellisense in the web version of jupyter extension #9976

rchiodo opened this issue May 10, 2022 · 6 comments
Labels
feature-request Request for new features or functionality notebook-intellisense Intellisense & other language features in notebook cells for any language

Comments

@rchiodo
Copy link
Contributor

rchiodo commented May 10, 2022

We have this situation here:

image

Pylance in the web is basically nerfed. This issue is to figure out a way to use the remote jupyter compute to generate better intellisense.

@rchiodo rchiodo added the bug Issue identified by VS Code Team member as probable bug label May 10, 2022
@github-actions github-actions bot added the triage-needed Issue needs to be triaged label May 10, 2022
@rchiodo
Copy link
Contributor Author

rchiodo commented May 10, 2022

/cc @heejaechang @debonte @dbaeumer

@rchiodo
Copy link
Contributor Author

rchiodo commented May 10, 2022

Ideas for implementing:

Proxy idea

  • Adding middleware to Python extension that drops all requests when in the web on a notebook (like we had before)
  • Jupyter extension then install node and runs pylance on remote machine
  • Jupyter extension proxies LSP requests through jupyter to this remote pylance

Web client idea

  • Use languageclient web interface
  • Start an LSP server on the remote jupyter box that serves up the web server?
  • Not sure if this is a thing or not.

File API idea

@heejaechang
Copy link
Contributor

let me tag Barry who is working on azure notebook for similar structure @barryt2

@IanMatthewHuff IanMatthewHuff added feature-request Request for new features or functionality vscode-web and removed triage-needed Issue needs to be triaged bug Issue identified by VS Code Team member as probable bug labels May 12, 2022
@IanMatthewHuff IanMatthewHuff self-assigned this Aug 12, 2022
@IanMatthewHuff IanMatthewHuff added the notebook-intellisense Intellisense & other language features in notebook cells for any language label Aug 12, 2022
@IanMatthewHuff IanMatthewHuff removed their assignment Nov 10, 2022
@Igonato

This comment was marked as off-topic.

@DonJayamanne

This comment was marked as off-topic.

@DonJayamanne
Copy link
Contributor

Closing this issue as there hasn't been any activity nor upvotes on this issue.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 10, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature-request Request for new features or functionality notebook-intellisense Intellisense & other language features in notebook cells for any language
Projects
None yet
Development

No branches or pull requests

5 participants