[PYTHON] jupyter and pandas installation

Execute envirment OSX 10.11.4

ref from http://jupyter.readthedocs.io/en/latest/install.html

Install conda and jupyter, and others.

$conda install jupyter, matplotlib, pandas, seaborn

Excute on project root.

$jupyter notebook

Add the following to the notebook.

%matplotlib inline
import matplotlib.pyplot as plt
import seaborn; seaborn.set()
from pandas import Series, DataFrame
import pandas as pd
import numpy as np

import sys
reload(sys)
sys.setdefaultencoding('UTF-8')
seaborn.set(font='Osaka') #Specify Japanese font

#Can be used below

Recommended Posts

jupyter and pandas installation
Jupyter installation
Jupyter installation error
pandas index and reindex
Interactively visualize data with TreasureData, Pandas and Jupyter.
pandas resample and rolling
Pandas averaging and listing
Correspondence between pandas and SQL
Python installation and basic grammar
Key additions to pandas 1.1.0 and 1.0.0
Django installation and operation check
jupyter nbextension, nbextensions_configurator installation command
Scrapy installation troubles and solutions
Tomcat installation and autostart settings
Source installation and installation of Python
Python (Python 3.7.7) installation and basic grammar
Installation of SciPy and matplotlib (Python)
Pandas
Precautions when using codecs and pandas
Mavericks and PIL installation is missing
Jupyter Notebook: 4 banal tips and tricks
[Pandas] Find quartiles and detect outliers
Convenient analysis with Pandas + Jupyter notebook
Installation and easy usage of pytest
PySpark 1.5.2 + Elasticsearch 2.1.0 Installation procedure and execution
Homebrew and Pycharm installation instructions notes
Ignore # line and read in pandas
[Python] What is pandas Series and DataFrame?
Python installation and package management with pip
Use Jupyter Lab and Jupyter Notebook with EC2
Jupyter with PYNQ and high-level synthesis with Polyphony
A little scrutiny of pandas 1.0 and dask
Elasticsearch installation and basic operation for ubuntu
About errors during PyInstaller installation and execution
Create and run embulk config in Jupyter
Jupyter Notebook basic operations and shortcut keys
Linking python and JavaScript with jupyter notebook
[pandas] .csv file reading and display method
Grouping csv and getting minimum value (pandas)
Load csv with pandas and play with Index
How to use pandas Timestamp and date_range
Read CSV and analyze with Pandas and Seaborn
BESS Development Memo # 01: BESS Installation and Basic Usage