Difference between revisions of "Spyder4: Install Conda Spyder4 Ubuntu 20.04"
Jump to navigation
Jump to search
Onnowpurbo (talk | contribs) (Created page with "Sumber: https://docs.spyder-ide.org/current/installation.html Install conda create -n spyder-env spyder=4 Atau conda create -n spyder-env spyder=4 numpy scipy pandas mat...") |
Onnowpurbo (talk | contribs) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 7: | Line 7: | ||
Atau | Atau | ||
− | conda create -n spyder-env spyder=4 numpy scipy pandas matplotlib sympy cython | + | conda create -n spyder-env spyder=4 numpy scipy pandas matplotlib sympy cython seaborn tensorflow keras |
+ | # sudo pip install sklearn features | ||
Aktivasi | Aktivasi | ||
Line 21: | Line 22: | ||
* https://docs.spyder-ide.org/current/installation.html | * https://docs.spyder-ide.org/current/installation.html | ||
+ | |||
+ | |||
+ | ==Pranala Menarik== | ||
+ | |||
+ | * [[Python]] |
Latest revision as of 08:19, 24 December 2020
Sumber: https://docs.spyder-ide.org/current/installation.html
Install
conda create -n spyder-env spyder=4
Atau
conda create -n spyder-env spyder=4 numpy scipy pandas matplotlib sympy cython seaborn tensorflow keras # sudo pip install sklearn features
Aktivasi
conda activate spyder-env
Referensi