mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-23 17:41:41 +00:00
IPython notebooks are Jupyter notebooks now
IPython still exists, but the notebooks have been spun off into their own project called Jupyter. This file change: * updates the pip install queue so that Jupyter gets installed * removes the vague "get set up with IPython" (pip will install IPython with Jupyter), and * replaced the suggestion to work in "the IPython notebook" with "a Jupyter notebook".
This commit is contained in:
parent
999e0ce3d7
commit
27bf16ac12
@ -13,10 +13,11 @@ This is a tutorial on how to do some typical statistical programming tasks using
|
|||||||
|
|
||||||
# 0. Getting set up ====
|
# 0. Getting set up ====
|
||||||
|
|
||||||
""" Get set up with IPython and pip install the following: numpy, scipy, pandas,
|
""" To get started, pip install the following: jupyter, numpy, scipy, pandas,
|
||||||
matplotlib, seaborn, requests.
|
matplotlib, seaborn, requests.
|
||||||
Make sure to do this tutorial in the IPython notebook so that you get
|
Make sure to do this tutorial in a Jupyter notebook so that you get
|
||||||
the inline plots and easy documentation lookup.
|
the inline plots and easy documentation lookup. The shell command to open
|
||||||
|
one is simply `jupyter notebook`, then click New -> Python.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
# 1. Data acquisition ====
|
# 1. Data acquisition ====
|
||||||
|
Loading…
Reference in New Issue
Block a user