GitXplorerGitXplorer
r

IntelPythonExamples

public
1 stars
1 forks
0 issues

Commits

List of commits on branch master.
Unverified
a58714e68a1ee09e991060f13ca2e3ff063917ea

merge

rrscohn2 committed 9 years ago
Unverified
4e7446afeeb3b52a5ed298aea60355ceaa77f646

update

rrscohn2 committed 9 years ago
Unverified
97eaa2f43ab884a075ed81d7b1a86667d0a90666

Merge branch 'master' of github.com:rscohn2/IntelPythonExamples

rrscohn2 committed 9 years ago
Unverified
87673aa2a87845b64871de775575f45fde2b699d

add numba

rrscohn2 committed 9 years ago
Unverified
08ea4bdd19764c9f2258f3e21e97205188475b6a

update readme

rrscohn2 committed 9 years ago
Unverified
ac3fc63d7235cbd167c961f7310aa8419bc4d2d9

update

rrscohn2 committed 9 years ago

README

The README file for this repository.

IntelPythonExamples

Getting started

If you already have conda installed skip to 'Creating the example environment'

Conda comes with Intel Python. You can get Intel Python at https://software.intel.com/python-distribution. I recommend selecting the local user install.

You can also get conda by installing Continuum Miniconda at http://conda.pydata.org/miniconda.html

Creating the example environment

# upgrade to latest conda if you don't have 4.1.*
# Give full path to conda if it is not on your path
conda update conda

# Tell conda you prefer the intel versions of packages in .condarc
conda config --add channels intel

# Create an environment with intel python and some other packages
conda create -n nb -c rscohn2 intelpython3_examples python=3

# After create completes, it will tell you how to activate the
# environment.  You may have to give the full path to
# the activate script. Alternatively, you can give the full path to python
# and jupyter when trying the examples
# the path is the installation path e.g ~/intel/intelpython35/envs/nb/bin/jupyter

Launching the jupyter notebook

jupyter notebook