Jupyter Notebook is a coding assistant for Machine Learning or Python learners.
Here are the steps to install:
Mac/Windows:
- Install Docker
- Once Step(1) is completed, Open Terminal or Command Prompt and run the below command
docker pull jupyter/datascience-notebook
- Once Step(2) is done, run the below command in Terminal or Command Prompt.
docker run -p 10000:8888 jupyter/datascience-notebook
Check and copy the URL from console output like http://127.0.0.1:8888/lab?token=
Open browser and open the URL to start Jupyter Notebook.
Top comments (0)