-
Notifications
You must be signed in to change notification settings - Fork 292
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
Support for Pyspark interactive #1078
Comments
This should resolve a number of issues for @zesluo: https://github.com/microsoft/vscode-python/issues/10422 |
Wouldn't it be better for other languages to provide the cell locstions instead? This way we can add the code lenses, and execute things ourselves and support all of the shortcuts. That's how I did it in the past. Is easier for other languages to integrate. And we won't have to expose execution of code. Woulf be good to know their requirements here as well. |
Doesn't the kernel model contain information about a running kernel. Is that what you mean by live Id? |
Probably good to discuss the requirements and the api, on teams |
Pyspark team doesn't want cells but rather the ability to send arbitrary code. |
Thanks for your great help! @DonJayamanne , @rchiodo, any news? Please feel free to let me know if more information is needed^_^ |
It's on our list of stuff to do for December. |
Hello @rchiodo , thanks for your reply! would you mind help prioritize the work item? Will this be available within two weeks? We are going to need this by the end of this month. Thanks a lot! |
I've moved it back to triage to get it in front of more people. |
Suggestions:
Such an api is sufficient for #273 & #273 (comment) (R language)
|
Thank you! I will try it then |
|
Please could you ensure you have the latest version of VSCode and both extensions.
Please install latest version. A change in new version of VSCode broke the old version. |
Hello @DonJayamanne , Thanks for your reply! We notice some changes in the new view version.
|
@DonJayamanne, @rchiodo , Feel free to let me know if more information is needed. Thanks^_^ |
@zesluo please could you file a separate issue for the kernel not starting up. |
Sure! Here it is ,#4055. Thanks |
@zesluo feel free to reopen this or create a new issue if its not fixed. |
Create an extensibility point similar to this:
This would be used to
The text was updated successfully, but these errors were encountered: