Primary competition visual

SANSA AWS Informal Settlements in South Africa by #ZindiWeekendz

Helping South Africa
$1 000 USD
Completed (almost 6 years ago)
Classification
Earth Observation
182 joined
77 active
Starti
Jun 12, 20
Closei
Jun 14, 20
Reveali
Jun 14, 20
CLI /terminal not running from my browser
Data ยท 14 Jun 2020, 06:57 ยท edited 5 minutes later ยท 3

I opened jupyter terminal on my browser but it is inactive how can i fix the problem?

Discussion 3 answers

What port does Jupyter terminal use?

14 Jun 2020, 07:02
Upvotes 0

i accesed it using 8000:localhost:8888 port 22

User avatar
Mugisha_

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>

14 Jun 2020, 11:34
Upvotes 0