I opened jupyter terminal on my browser but it is inactive how can i fix the problem?
What port does Jupyter terminal use?
i accesed it using 8000:localhost:8888 port 22
Once you have started the jupyter server in the terminal i.e. jupyter notebook --no-browser --port=<port>, open a separate terminal and navigate to the directory with your ssh-key and ssh into your jupyter server by running
ssh -i "<ssh-keypair-.pem>" -L <new_port>:localhost:<port> ec2-user@<your instance IP/DNS>
What port does Jupyter terminal use?
i accesed it using 8000:localhost:8888 port 22
Once you have started the jupyter server in the terminal i.e. jupyter notebook --no-browser --port=<port>, open a separate terminal and navigate to the directory with your ssh-key and ssh into your jupyter server by running
ssh -i "<ssh-keypair-.pem>" -L <new_port>:localhost:<port> ec2-user@<your instance IP/DNS>