mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 15:19:59 +07:00
PY-71150 Implement autopilot for Jupyter Notebooks
GitOrigin-RevId: 242065d8d3489cedd41b01db727b9b74e22a49f8
This commit is contained in:
committed by
intellij-monorepo-bot
parent
a25e32175b
commit
c86d6cce2a
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user