[PYTHON] Introducing Jupyter Notebook

I'm thinking of trying out my favorite data analysis For the time being, I'm going to post the prerequisite environment settings.

Introduction from anaconda

Download the python you want to use from this page. https://www.anaconda.com/distribution/

Don't worry, the OS will match the page Then download according to the procedure

Create development environment with environment

Install jupiter note from home and you're done.

However, for some reason a mysterious phenomenon occurred in which the development environment was not created. It took time to make it directly at the terminal,

Introduction from the terminal

It seems that it can be introduced from this method as well.

Terminal


  $ pip install --upgrade setuptools
  $ pip install --upgrade pip
Update pip to the latest state.

  $ pip install numpy
  $ pip install scipy
  $ pip install matplotlib
  $ pip install Pillow
  $ pip install ipython[all]
Install the required packages.

  $ pip install jupyter
Install Jupyter Notebook.

  $ jupyter notebook
Run and check in browser

Recommended Posts

Introducing Jupyter Notebook
Powerful Jupyter Notebook
Jupyter notebook password
Jupyter Notebook memo
Get started Jupyter Notebook
3 Jupyter notebook (Python) tricks
[Cloud103] # 3 Jupyter Notebook again
Shortcut key for Jupyter notebook
Introduced Jupyter Notebook to CentOS 7
Using Graphviz with Jupyter Notebook
Display HTML in Jupyter notebook
Use pip with Jupyter Notebook
Multiprocessing error in Jupyter Notebook
Try using Jupyter Notebook dynamically
[Super Basics] About jupyter Notebook
High charts on Jupyter notebook
View PDF on Jupyter Notebook
Use Cython with Jupyter Notebook
homebrew, pyenv, anaconda, Jupyter Notebook
Play with Jupyter Notebook (IPython Notebook)
[Complete version] Jupyter Notebook shortcut
Run Jupyter Notebook on windows
How to use Jupyter Notebook
python3.8 venv environment jupyter notebook
Allow external connections with jupyter notebook
Formatting with autopep8 on Jupyter notebook
Snippet settings for python jupyter notebook
Jupyter Notebook essential for software development
Python memo Anaconda x Jupyter Notebook
Post a Jupyter Notebook as a blog post
Visualize decision trees with jupyter notebook
Make a sound with Jupyter notebook
Jupyter Notebook Magic Command Personal Summary
Paste Jupyter Notebook document into Wordpress
Generate Jupyter notebook ".ipynb" in Python
Simply view the Jupyter notebook file
Introducing Binder, a free Jupyter service
Run azure ML on jupyter notebook
Jupyter Notebook: 4 banal tips and tricks
[MEMO] [Development environment construction] Jupyter Notebook
Use markdown with jupyter notebook (with shortcut)
Add more kernels with Jupyter Notebook
View graphs inline in Jupyter Notebook
Convenient analysis with Pandas + Jupyter notebook
Launch jupyter notebook (+ take security measures)
Easy to use Jupyter notebook (Python3.5)
Try running Jupyter Notebook on Mac
Somehow I tried using jupyter notebook
Try starting Jupyter Notebook ~ Esper training
I tried VS Code's Jupyter notebook
Memory leak in Python Jupyter Lab (Notebook)?
Markdown to get Jupyter notebook results to Qiita
Jupyter Notebook extension, nbextensions settings for myself
Jupyter begins
Use apache Spark with jupyter notebook (IPython notebook)
Jupyter Notebook does not show matplotlib graphs
Jupyter Tips 4
Jupyter nbextensions
I want to blog with Jupyter Notebook
Use Jupyter Lab and Jupyter Notebook with EC2
Make Jupyter Notebook a service on CentOS