phyton 3.6 jupyter notebook environment

30 Jun 2018

First commands in order to have a neat environment (recommend 3.6 version)

  1. Install Anaconda

anaconda: download

  1. Create an environment
conda create -n py36 python=3.6
  1. Enter into the environment (MacOS command)
source activate py36
  1. Install the following libraries
conda install jupyter
conda install numpy
conda install pandas
conda install scikit-learn
conda install matplotlib
pip install --upgrade tensorflow


who am i

Engineer in Barcelona, working in BI and Cloud service projects. Very interested in the new wave of Machine-Learning and IA applications

what is this

This is a blog about software, some mathematics and python libraries used in Mathematics and Machine-Learning problems

where am i

github//m-alcu
twitter//alcubierre
linkedin//martinalcubierre
facebook//m.alcubierre
2017 by Martín Alcubierre Arenillas.
Content available under Creative Commons (BY-NC-SA) unless otherwise noted.
This site is hosted at Github Pages and created with Jekyll.