Mac下安裝ipython與jupyter

2022-05-15 16:33:11 字數 2159 閱讀 9178

ipython從python發展而來,更傾向於科學計算。網際網路資料分析更喜歡用。

首先切換root使用者:

sudo su -
pip3自動安裝ipython

yuchaodemacbook-pro:~ root# pip3 install ipython
自動安裝完成後建立軟連線,方便使用

yuchaodemacbook-pro:bin root# ln -s /library/frameworks/python.framework/versions/3.6/bin/ipython /usr/local/bin/
成功安裝,執行使用

yuchaodemacbook-pro:bin root# ipython 

python

3.6.4 (v3.6.4:d48ecebad5, dec 18

2017, 21:07:28

) type

'', '

credits

' or '

license

'for

more information

ipython

6.2.1 -- an enhanced interactive python. type '?'

forhelp.

in [

1]: name = '

chaoge

'in [

2]: name

out[

2]: '

chaoge

'in [

3]:

1

.啟用虛擬環境venv

2. pip3 install ipython

pip3 install jupyter

3. ipython進入

from ipython.lib import passwd

passwd()#生成密碼

4.jupyter notebook --generate-config --allow-root

5.jupyter notebook  --allow-root  #啟動notebook
搜尋複製

首先切換root使用者:

sudo su -
pip3自動安裝ipython

yuchaodemacbook-pro:~ root# pip3 install ipython
自動安裝完成後建立軟連線,方便使用

yuchaodemacbook-pro:bin root# ln -s /library/frameworks/python.framework/versions/3.6/bin/ipython /usr/local/bin/
成功安裝,執行使用

yuchaodemacbook-pro:bin root# ipython 

python

3.6.4 (v3.6.4:d48ecebad5, dec 18

2017, 21:07:28

) type

'', '

credits

' or '

license

'for

more information

ipython

6.2.1 -- an enhanced interactive python. type '?'

forhelp.

in [

1]: name = '

chaoge

'in [

2]: name

out[

2]: '

chaoge

'in [

3]:

1

.啟用虛擬環境venv

2. pip3 install ipython

pip3 install jupyter

3. ipython進入

from ipython.lib import passwd

passwd()#生成密碼

4.jupyter notebook --generate-config --allow-root

5.jupyter notebook  --allow-root  #啟動notebook

Mac下安裝ipython與jupyter

mac下安裝ipython與jupyter ipython從python發展而來,更傾向於科學計算。網際網路資料分析更喜歡用。首先切換root使用者 sudo su pip3自動安裝ipython yuchaodemacbook pro root pip3 install ipython 自動安裝完...

Mac下安裝ipython與jupyter

ipython從python發展而來,更傾向於科學計算。網際網路資料分析更喜歡用。首先切換root使用者 sudo su pip3自動安裝ipython yuchaodemacbook pro root pip3 install ipython自動安裝完成後建立軟連線,方便使用 yuchaodema...

Mac安裝jupyter 原ipython 方法

用了mac之後非常不習慣,很多東西都要查才能完成 之前python用的sublime和ide,今天看教程安利了乙個jupyter 記錄下用mac安裝jupyter的過程 1.像其他安裝mac自帶了python2.7 和 easy install 習慣用pip所以先裝了個pip 終端輸入 sudo e...