I am getting following error when I run Jupyter Notebook:
(base) C:\\Users\\ramne>jupyter notebook [I 01:19:00.648 NotebookApp] The port 8888 is already i
On windows, you can kill the Jupyter notebook process with taskkill. First display the list of processes with
tasklist
Then kill the process with:
taskkill /F /PID __process_id_number__
Then restart the notebook with:
jupyter notebook