mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 14:23:28 +07:00
DS-4699 Support Image Preview for CV libraries
Implemented basic image preview request to Jupyter kernel GitOrigin-RevId: d60e9d72bad7295a3eab1de1f7c113b494b9e38f
This commit is contained in:
committed by
intellij-monorepo-bot
parent
a4b21ced7e
commit
2633af2954
@@ -101,6 +101,11 @@ public interface PyFrameAccessor {
|
||||
@Nullable
|
||||
String execTableCommand(String command, TableCommandType commandType, @Nullable TableCommandParameters tableCommandParameters) throws PyDebuggerException;
|
||||
|
||||
/**
|
||||
* @return result as a preview image packed into json array. Image can be compressed if necessary.
|
||||
*/
|
||||
default String execImageCommand(String command) { return null; }
|
||||
|
||||
@Nullable
|
||||
default XCompositeNode getCurrentRootNode() {
|
||||
return null;
|
||||
|
||||
Reference in New Issue
Block a user