Quantcast
Channel: Intel Developer Zone Articles
Viewing all articles
Browse latest Browse all 3384

Using Intel Distribution for Python with Anaconda

$
0
0

We have made it easy to use Intel Python from Anaconda. We recommend that you create a new environment when installing. To install the core python3 environment, do:

conda create -n idp -c intel intelpython3_core

If you want python 2 do:

conda create -n idp -c intel intelpython2_core

Then follow the directions for activating the environment. Linux/OSX users do:

source activate idp

and windows users do:

activate.bat idp

You now have the core environment, including python, numpy, scipy,... You can use the usual conda install commands for additional packages. For example, to install sympy do:

conda install -c intel --override-channel sympy

Available Intel packages can be viewed here: https://anaconda.org/intel/packages

For more information, read https://software.intel.com/sites/default/files/managed/9d/09/Conda-Guide-for-Intel(R)-Distribution-for-Python-2017.pdf

 


Viewing all articles
Browse latest Browse all 3384

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>