Skip to content

Commit cb3a4d7

Browse files
kirilenko-jbintellij-monorepo-bot
authored andcommitted
Revert "PY-83323 Jupyter: Create JupyterKernelTaskExecutor and refactor there all standard methods for JupyterTaskExecutor"
This reverts commit 2a01013cd6e41e62855dc9ebd65afe412545da37. GitOrigin-RevId: 0fc9735099765072d5f69a076820351d96623fe1
1 parent f686f85 commit cb3a4d7

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
package com.intellij.notebooks.visualization
2+
3+
import com.intellij.openapi.editor.Document
4+
5+
fun Document.getContentText(cell: NotebookCellLines.Interval): CharSequence {
6+
return cell.getContentText(this)
7+
}

0 commit comments

Comments
 (0)