anaconda is an open-source software application distribution of Python programming language used for scientific computing, software development etc..
Steps to install :- first download from here through web browser https://www.anaconda.com/download/#linux
or command line
# wget https://repo.anaconda.com/archive/Anaconda3-5.2.0-Linux-x86_64.sh
now run this command to make it executable
#chmod 777 Anaconda3-5.2.0-Linux-x86_64.sh
install
#./Anaconda3-5.2.0-Linux-x86_64.sh
After this this kind of screen press "Enter" and "YES"
It will also ask to install Visual Studio Code hit "yes" to continue.
# apt-get install ipython notebook
Now run it using command "ipython notebook"
Steps to install :- first download from here through web browser https://www.anaconda.com/download/#linux
or command line
# wget https://repo.anaconda.com/archive/Anaconda3-5.2.0-Linux-x86_64.sh
now run this command to make it executable
#chmod 777 Anaconda3-5.2.0-Linux-x86_64.sh
install
#./Anaconda3-5.2.0-Linux-x86_64.sh
After this this kind of screen press "Enter" and "YES"
It will also ask to install Visual Studio Code hit "yes" to continue.
# apt-get install ipython notebook
Now run it using command "ipython notebook"



0 Comments:
Post a Comment