Closed sadasant closed 2 years ago
The idea of this PR is to set the outputId based on the output's metadata.id. This is because output.id is being deprecated. For more information: https://github.com/microsoft/vscode-jupyter/issues/9629
outputId
metadata.id
output.id
The idea of this PR is to set the
outputId
based on the output'smetadata.id
. This is becauseoutput.id
is being deprecated. For more information: https://github.com/microsoft/vscode-jupyter/issues/9629