Description
when i type command jupyter notebook list
, the outputs are as follows:
http://localhost:8888/?token=a21aae4b484b7087c91f5d161c1fd595a76f05b0fc2204c8 :: C:\06Codes_From_Jupyter
http://localhost:8888/?token=3e6a9a390cc121315ccb7565c287ef6ed6bddd6ec66c9ed2 :: C:\06Codes_From_Jupyter
http://localhost:8888/?token=d53af56195ba09b1156ea7a42e86ff574c8a8ee44731db5b :: C:\06Codes_From_Jupyter
http://localhost:8889/?token=1f1250e4cdf841e6162591fce9c16769266b21f3e152a42c :: C:\06Codes_From_Jupyter
In fact, when i paste http://localhost:8888/?token=a21aae4b484b7087c91f5d161c1fd595a76f05b0fc2204c8
into the chrome broswer, i fail to open the address.
but I don't know how to close the runing servers?
Beside,when i start the jupyter notebook app, the new created servering, whose port are still 8888.Then I start the other jupyter notebook app, its port are 8889.
so, I don't know what there happen?