generated from amazon-archives/__template_Apache-2.0
-
Notifications
You must be signed in to change notification settings - Fork 29
Open
Description
This could be related to #5.
When "fixing" get_notebook_name() like so:
def get_notebook_name():
#with open('/opt/ml/metadata/resource-metadata.json') as openfile:
# data = json.load(openfile)
#notebook_name = data['SolutionPrefix']
#return notebook_name
return 'sm-soln-explaining-credit-decisions-notebook'
The notebook generates a proper URL for the streamlit server:
https://sm-soln-explaining-credit-decisions-notebook.notebook.us-east-2.sagemaker.aws/proxy/8501/
I can successfully open that URL, but I get stuck on a "Please wait message". No dashboard is actually displayed. I tried several browsers, deactivated browser plugins, etc.
I can see Streamlit running on the notebook instance:
top - 10:39:31 up 1:04, 0 users, load average: 0.16, 0.11, 0.14
Tasks: 107 total, 1 running, 77 sleeping, 0 stopped, 0 zombie
Cpu(s): 4.0%us, 0.5%sy, 0.0%ni, 95.0%id, 0.0%wa, 0.0%hi, 0.0%si, 0.5%st
Mem: 3980096k total, 3788248k used, 191848k free, 1384196k buffers
Swap: 0k total, 0k used, 0k free, 654160k cached
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
20161 ec2-user 20 0 1347m 242m 71m S 4.7 6.2 0:20.70 streamlit
9317 ec2-user 20 0 915m 121m 33m S 2.0 3.1 0:19.51 python
5287 ec2-user 20 0 1320m 114m 24m S 0.7 2.9 0:21.50 jupyter-noteboo
4679 root 20 0 742m 43m 29m S 0.3 1.1 0:08.29 amazon-cloudwat
4696 root 20 0 742m 42m 29m S 0.3 1.1 0:07.74 amazon-cloudwat
Metadata
Metadata
Assignees
Labels
No labels