DEV Community

Shahriyar Al Mustakim Mitul
Shahriyar Al Mustakim Mitul

Posted on

Open Jupyter Notebook from command prompt

Go to your folder and delete the url & type cmd. You will be prompt to command prompt. Now write

python -m notebook
Enter fullscreen mode Exit fullscreen mode

If you face a problem, make sure to install Jupyter by writing

pip install jupyter
Enter fullscreen mode Exit fullscreen mode

Done!

Top comments (0)