How to call Python code from a PyCharm plugin?

Hi,

I want to write a plugin for PyCharm that calls the Keras deep learning library, which is written in Python. My understanding is that PyCharm plugins can only be written in Java. Can someone give me an idea as to how I can call a piece of source code that is written in Python, from a PyCharm plugin?

Thanks

0

Correct, PyCharm (or any JetBrains IDE) plugins are developed in Java. 

Please see documentation, if you haven't already: https://www.jetbrains.org/intellij/sdk/docs/welcome.html

And if you don't find your answer there, you can ask on plugin dev forum: https://intellij-support.jetbrains.com/hc/en-us/community/topics/200366979-IntelliJ-IDEA-Open-API-and-Plugin-Development

0

请先登录再写评论。