python資料分析-Anaconda使用
1.環境(Anacnoda)
1.Anaconda 的使用
-
1.包管理
-
python --version
- 檢視python的版本資訊
-
conda list
- 檢視安裝的包
-
conda install xxx
- 包的安裝(pip install xxx)
-
conda remove xxx
- 解除安裝包(pip uninstall xxx)
-
-
2.環境管理
-
conda create --name xxx python2
- 建立了python版本為2的環境
-
conda create --name xxx python3
- 建立了python版本為3的環境
-
conda create --name xxx python3 anaconda
- 建立了python版本為3的環境,並具有anaconda的所有包
-
conda env list
-
conda info --envs
-
activate xxx
- 啟用環境
-
conda deactivate
- 退出環境
-
conda remove --name xxx --all
- 刪除一個已有的環境
-
3.Jupyter Notebook(注意工作空間切換)
在當前路徑欄輸入jupyter notebook,就在當前目錄啟動(騷操作)
相關文章
- 基於python的大資料分析實戰學習筆記-AnacondaPython大資料筆記
- Python資料分析之merge使用Python
- [譯] 使用 python 分析 14 億條資料Python
- 為什麼使用Python做資料分析?Python
- 如何利用Anaconda開始使用python?Python
- 使用 Python 進行資料分析:入門指南Python
- Python - pandas 資料分析Python
- Python資料分析 – numpyPython
- Python資料分析 - NumpyPython
- Python 資料分析:讓你像寫 Sql 語句一樣,使用 Pandas 做資料分析PythonSQL
- python pandas做資料分析檢視分析matplotlib,seaborn模組使用Python
- 教程:使用Python進行基本影像資料分析!Python
- Python+資料分析:資料分析:北京Python開發的現狀Python
- PyCharm 使用 Anaconda 管理多版本 Python 環境PyCharmPython
- Python資料分析入門(十四):資料分析中常用圖Python
- Python | 資料分析實戰ⅠPython
- Python資料分析入門Python
- Python資料分析之numpyPython
- Python資料分析之pandasPython
- Python | 資料分析實戰 ⅡPython
- 精美的資料分析圖! 教你使用 Python 的 Plotly 庫Python
- 使用Python分析大量資料應該學些什麼?Python
- 使用python進行Oracle資料庫效能趨勢分析PythonOracle資料庫
- 致Python初學者:Anaconda入門使用指南Python
- SublimeText3 使用anaconda包配置python環境Python
- 資料分析系列 之python中擴充庫SciPy的使用Python
- 如何去使用Python分析股票資料?學到就是賺到Python
- Python資料分析與機器學習-使用者流失預警churmPython機器學習
- 如何用python做資料分析Python
- Python資料分析入門(五)Python
- Python資料分析入門(四)Python
- Python資料分析入門(三)Python
- Python資料分析入門(二)Python
- Python資料分析入門(一)Python
- Python資料分析之Pandas篇Python
- Python資料分析 DataFrame 筆記Python筆記
- Python資料分析 numpy 筆記Python筆記
- Python資料分析 Series 筆記Python筆記