Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is the anaconda plugin for PyCharm?

PyCharm has released a new version with an "Anaconda Plugin". I can't really tell what is this plugin and how you can use it? How is it different than a regular PyCharm where you choose an anaconda environment / package manager?

Also, the plugin homepage link is dead:

enter image description here

(I'm talking about the community edition)

like image 794
Maverick Meerkat Avatar asked Aug 04 '19 16:08

Maverick Meerkat


1 Answers

So far I've found only two minor differences between PyCharm and PyCharm for Anaconda. (I'm using the Community Editions with macOS Mojave.)

The Anaconda version

  1. offers an additional item in the Tools menu called Install Miniconda 3... (apparently as part of the included "Anaconda Support" plugin, because that menu item goes away if I disable the plugin); and
  2. makes Conda the default package manager (see PyCharm Community forum "What's the difference between Pycharm and Pycharm for Anaconda?...").

Curiously, installing the Anaconda version of PyCharm appears to be the only way to get that plugin, because it doesn't show up in PyCharm's "Marketplace" even when I run the regular version. But if you've installed Anaconda (or Miniconda) separately you might have no use for the plugin anyway.

like image 113
Windsor Smith Avatar answered Oct 28 '22 15:10

Windsor Smith