KTNB-235, PY-64586: Move core notebook support to the dedicated plugin to make it possible to install from different IDEs

GitOrigin-RevId: 1ffd4c09b575a83c37b83514fb7789e1d9863280
This commit is contained in:
Ilya Muradyan
2024-07-01 15:52:54 +02:00
committed by intellij-monorepo-bot
parent 87e468e994
commit 7e4a275cbe
3 changed files with 1 additions and 4 deletions

View File

@@ -10,8 +10,6 @@
<content>
<module name="intellij.platform.coverage"/>
<module name="intellij.platform.coverage.agent"/>
<module name="intellij.notebooks.visualization"/>
<module name="intellij.notebooks.ui"/>
<module name="intellij.xml.xmlbeans"/>
<module name="intellij.platform.ide.newUiOnboarding"/>
<module name="intellij.platform.ml.embeddings"/>

View File

@@ -428,6 +428,7 @@ private suspend fun computeImplicitRequiredModules(
unique.add("intellij.pycharm.community")
unique.add("intellij.python.featuresTrainer")
unique.add("intellij.pycharm.ds")
unique.add("intellij.notebooks.visualization")
val result = mutableListOf<Pair<String, PersistentList<String>>>()
computeTransitive(list = rootList, context = context, unique = unique, result = result)

View File

@@ -4,8 +4,6 @@
<module value="com.intellij.modules.python-core-capable"/>
<content>
<module name="intellij.notebooks.visualization"/>
<module name="intellij.notebooks.ui"/>
<module name="intellij.platform.ide.newUiOnboarding"/>
<module name="intellij.platform.ml.embeddings"/>
<module name="intellij.ide.startup.importSettings"/>