PY-71150 Implement autopilot for Jupyter Notebooks

GitOrigin-RevId: 242065d8d3489cedd41b01db727b9b74e22a49f8
This commit is contained in:
Andrey.Matveev
2024-04-03 15:35:49 +03:00
committed by intellij-monorepo-bot
parent a25e32175b
commit c86d6cce2a
2 changed files with 3 additions and 1 deletions

View File

@@ -34,7 +34,7 @@ class EditorCell(
val interval get() = intervalPointer.get() ?: error("Invalid interval")
internal var view: EditorCellView? = viewFactory()
var view: EditorCellView? = viewFactory()
private var gutterAction: AnAction? = null

View File

@@ -1216,6 +1216,8 @@ jupyter.merge.viewer=false
jupyter.merge.viewer.description=Implementation of merge tool for Jupyter Notebooks, which helps to deal with conflicts during git activities
jupyter.new.add.cell.ui=true
jupyter.new.add.cell.ui.description=Update Add Code Cell/Add Markdown Cell button
jupyter.llm.autopilot=true
jupyter.llm.autopilot.description=Enable Autopilot for Jupyter Notebooks
dataspell.interpreter.widget=true
dataspell.interpreter.widget.description=Interpreter widget for lightweight interpreter management