You will need 1 gigabyte of harddisk space
-
Open the Terminal
-
Download setup script that will install miniconda, jupiter and nltk (copy & paste the command)
curl https://raw.githubusercontent.com/doylek1/NLTK/master/setup-mac.sh --output /tmp/setup-mac.sh
- Run the setup script (copy & paste the command)
sh /tmp/setup-mac.sh
-
When asked “proceed (y/n)” , then type
y
and hitENTER
key This will take a few minutes. When downloading is complete, your computer is successfully setup to do work. -
Open a new terminal window
-
type
jupyter-notebook
in command line and hitENTER
key -
This will open jupyter notebook in a new internet browser window
If for any reason, you need to re-install Miniconda (eg. broken download), then delete the minconda directory and try again
rm -rf ~/miniconda/
-
Open the Terminal
-
Download setup script that will install miniconda, jupiter and nltk (copy & paste the command)
wget -O /tmp/setup-ubuntu.sh https://raw.githubusercontent.com/doylek1/NLTK/master/setup-ubuntu.sh
- Run the setup script (copy & paste the command)
sh /tmp/setup-ubuntu.sh
-
When asked “proceed (y/n)” , then type
y
and hitENTER
key This will take a few minutes. When downloading is complete, your computer is successfully setup to do work. -
Open a new terminal window
-
type
jupyter-notebook
in command line and hitENTER
key -
This will open jupyter notebook in a new internet browser window
If for any reason, you need to re-install Miniconda (eg. broken download), then delete the minconda directory and try again
rm -rf ~/miniconda/
-
Download the
python 3 exe installer
from https://conda.io/miniconda.html (If you are not sure and you are using windows 7, 8, 9 or 10, then download the 64-bit exe installer) -
Run the exe installer and install using default choices. By clicking next. (The installation might take a few minutes if the computer is slow, you can click "Show Details" to see the installation progress.
-
When installation is complete, find and open a program called
Select Anaconda Prompt
from the Windows Start Menu.
This will open a new window with a black background (it might keep blinking if the computer is slow). Wait until you can start typing
-
Type
conda install jupyter nltk beautifulsoup4
and hitENTER
key. When asked do you want to proceed, typey
and hitENTER
.This will take a a few minutes to download jupyter and nltk.
-
When download is complete, you may wish to change directory by your home directory so that jupyter notebooks can be opened and saved in your home directroy. Change directory by entering
cd c:\users\myUsername
andc:
-
Type
jupyter-notebook
and pressENTER
key. This will start jupyter notebook in the default browser. It might open in Internet Explorer. If you prefer to use Chrome or Firefox, then you need to change the windows settings to use Chrome or Firefox as the default browser.