Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

how to setup machine learning enviroment in ubuntu without anaconda

# Step 1 : Open terminal in ubuntu and type following commands

# This command will help to install latest version of python along with pip
sudo apt install python3-pip 

# install jupyter notebook
sudo apt install jupyter-notebook

#install machine learning packages like sklearn , pandas, numpy, matplotlib
pip install sklearn 
pip install pandas
pip install matplotlib
# Note : In the above commands, we can use pip3 instead of pip.

# Launching jupyter notebook
'''
Type jupyter-notebook in terminal and hit enter
'''
jupyter-notebook
Comment

PREVIOUS NEXT
Code Example
::  
:: put all folders with specific name in git ignore 
::  
Shell :: npm start prevent browser 
::  
:: how to open fileexplorer from terminal in ubuntu 
Shell :: install brew linux mint 
Shell ::  
::  
::  
:: du kan fixa tillbaka det med hjälp av GIT 
::  
::  
Shell ::  
::  
::  
Shell ::  
::  
:: free space terminal ubuntu 
::  
::  
::  
Shell ::  
::  
Shell ::  
::  
Shell ::  
Shell :: install micro terminal 
::  
Shell ::  
ADD CONTENT
Topic
Content
Source link
Name
3+4 =