[PYTHON] Try running Jupyter Notebook on Mac

What's this?

I tried to create an environment for Jupyter when I participated in a study session called [Wantedly Machine learning quick learning session @ Wantedly that I learned while touching with Jupyter.

By the way, Mac is OS X El Capitan (10.11.6).

STEP1: Install Python

Please install Python 2 system appropriately as brew.

STEP2: Install scikit-learn

Machine learning library? Install scikit-learn which is. Install some packages in advance.

$ pip install numpy
$ pip install scipy
$ pip install scikit-learn

STEP3: Install Jupyter

Finally, install Jupyter.

$ pip install jupyter
$ mkdir machine-learning
$ cd machine-learning/

Create an appropriate directory, and there

$ jupyter notebook

When you start Jupyter Notebook,

image

A screen like the one above will start.

That's it. I was able to do it without any problems. (maybe)

Summary

It's still before the study session, so I don't really know who Jupyter is, but for the time being, the environment has been created.

Reference site

Recommended Posts

Try running Jupyter Notebook on Mac
Try running PlaidML image judgment on Mac
Try deepdream on Mac
Try Apache Spark on Jupyter Notebook (on local Docker
jupyter notebook does not start on mac fish
Try using Jupyter Notebook dynamically
High charts on Jupyter notebook
View PDF on Jupyter Notebook
Run Jupyter Notebook on windows
Try basic operations for Pandas DataFrame on Jupyter Notebook
Formatting with autopep8 on Jupyter notebook
Try running tensorflow on Docker + anaconda
[Memo] Display Jupyter Notebook on PC in monospaced font (Mac)
Run azure ML on jupyter notebook
Try clustering with a mixed Gaussian model on a Jupyter Notebook
Try starting Jupyter Notebook ~ Esper training
Install Anaconda on Mac and upload Jupyter (IPython) notebook to Anaconda Cloud
Start jupyter notebook on GPU server (remote server)
Clone the github repository on jupyter notebook
GPU check of PC on jupyter notebook
Display histogram / scatter plot on Jupyter Notebook
Build jupyter notebook on remote server (CentOS)
Run Jupyter notebook on a remote server
Try running Kobuki's 3D simulator on ROS
Jupyter Notebook memo
Introducing Jupyter Notebook
Powerful Jupyter Notebook
I want to display an image on Jupyter Notebook using OpenCV (mac)
python on mac
Jupyter on AWS
Jupyter notebook password
Jupyter Notebook memo
Try running Pyston 0.1
Install matplotlib and display graph on Jupyter Notebook
Try a state-space model (Jupyter Notebook + IR kernel)
[Jupyter Notebook / Lab] 3 ways to debug on Jupyter [Pdb]
Enable Jupyter Notebook with conda on remote server
Try using conda virtual environment with Jupyter Notebook
[Pythonocc] I tried using CAD on jupyter notebook
Simply display a line graph on Jupyter Notebook
Try running Distributed TensorFlow on Google Cloud Platform
Try working with Mongo in Python on Mac
Remotely open Jupyter notebook launched on the server
Error running Jupyter Notebook in Anaconda virtual environment
Try importing MLB data on Mac and Python
Try using Jupyter Notebook of Azure Machine Learning
(Bottom) Cooperation between Jupyter Notebook and running Excel
When I try to use Jupiter notebook on Mac, I can only select python2
Hello X3DOM on Jupyter
Try running Amazon Timestream
Install Tensorflow on Mac
Easily launch jupyter notebook on AWS and access locally
Install pyenv on mac
Run Tensorflow from Jupyter Notebook on Bash on Ubuntu on Windows
Pyenv + virtualenv on Mac
Monitor the training model with TensorBord on Jupyter Notebook
Install Python on Mac
Install Python 3 on Mac
Try using E-Cell 4 on Windows 7 or Mac OS X
Mac application for double-clicking to open Jupyter Notebook (* .ipynb)
numba installation on mac