0

enter image description here

Hello team, I want to run Jupyter on CMD but the browser does not show up anything, below picture for your reference. Is there any way I can fix this issue?

1 Answer 1

0

From the image attached, seems that there are no problem with your jupyter instances.

My Tips is to install the jupyter-lab instead of (the old) jupyter notebook.

Jupyter can be accessed by the browser, so you have to open your favorite browser and navigate to the url that is print in the console.

Note, you have to copy the token too in order to access to Jupyter, in other case, you can use the following command:

jupyter notebook --ip='*' --NotebookApp.token='' --NotebookApp.password=''

Note: this is a security breach, cause everyone that have access to your network can execute python/shell script from Jupyter, cause it is accessibile for everyone without password.

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .