mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-05 01:50:56 +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
|
@Nullable
|
||||||
String execTableCommand(String command, TableCommandType commandType, @Nullable TableCommandParameters tableCommandParameters) throws PyDebuggerException;
|
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
|
@Nullable
|
||||||
default XCompositeNode getCurrentRootNode() {
|
default XCompositeNode getCurrentRootNode() {
|
||||||
return null;
|
return null;
|
||||||
|
|||||||
Reference in New Issue
Block a user