-
Notifications
You must be signed in to change notification settings - Fork 293
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
Explore variable viewer support for mimetype/datatypes #14315
Comments
Dtale is easily the best. Would be awesome to see it embedded in VS code |
With the latest changes from #14545, we now allow 3rd party data viewers to specify which data types they support, and this will determine whether or not an Open button is displayed in the variable viewer row. If there are multiple data viewers for the same data type, a quick pick will appear and ask the user to select the data viewer they prefer. We can also display a tooltip for data types that don't have data viewers available, with a tooltip that says "No installed extension can view this data type. Click here to find recommended extensions". However, since we are exploring a native variable explorer in the VS Code core, this is not implemented in the variable explorer shipped with Jupyter. |
@rebornix Not sure this is ready to be exposed to 3rd parties just yet
I.e. shouldn't the arguments passed into the command (thus passed into 3rd party extension) go through a general API review/discussion? |
@DonJayamanne good catch and I fully agree. Using
Yep, if we are finalizing it, we go through API reviews. Also to fully build a data viewer extension, the |
No description provided.
The text was updated successfully, but these errors were encountered: