Jupyter Notebooks for basic stuff covered in NLP course.
-
To install IPython, run the following command:
apt-get -y install ipython ipython-notebook -
To install Jupyter Notebook you can use the following command:
pip install jupyter -
If theres a version error with
pip, you will have to upgradepipfirst, using the following command:pip install --upgrade pip -
Once you have the latest version of pip, try to installing Jupyter again using the following command:
pip install jupyter -
Now, to open the Jupyter Notebook use the following command:
jupyter notebook