0
I am trying to open jupyter notebook on my laptop by accessing my server through mobaxterm.
when I type jupyter notebook
into the mobaxterm terminal jupyter notebook opens on my server computer. I have tried jupyter notebook --no-browser
then trying to paste the http into the address bar of chrome but it says localhost didnt send any data
. This doesnt change if I set the port as well when i put jupyter notebook --no-browser --port 8888
Any suggestions?