how to open jupyter notebook in local disk D

Opening Jupyter Notebook in Local Disk D

To open a Jupyter Notebook in local disk D, you can use the following command in the command prompt or terminal:

D:
jupyter notebook

This will change the directory to the D drive and then start the Jupyter Notebook server.

[[SOURCE 1]]