I am Charmie

メモとログ

2014-03-01から1日間の記事一覧

Spyder: a Python IDE

Spyder is a Python IDE, which provides MatLab like GUI. Anaconda, mentioned in an earlier post, installed Spyder as well as other packages.

Install Anaconda on Ubuntu

Anaconda is a kind of python related packages installer. Using Anaconda, NumPy, SciPy, MatPlotLib, iPython, etc are installed by using a single script file on Linux (must be similar on Windows and Mac). # for 64-bit version Linux wget http…

Installation Python on Ubuntu

I found a better solution and post it here. sudo apt-get install python-numpy python-scipy python-matplotlib python-pandas python-sympy python-nose ipython-notebook python-matplotlib-doc python-numpy-doc python-tk sudo apt-get install pyth…

Installation Acrobat reader on Ubuntu 12.04

sudo add-apt-repository "deb http://archive.canonical.com/ $(lsb_release -sc) partner"sudo apt-get updatesudo apt-get install acroread