sagemaker-explaining-credit-decisions
sagemaker-explaining-credit-decisions copied to clipboard
Cell fails in 5_dashboard
Calling get_notebook_name() fails with KeyError: 'SolutionPrefix'
port = 8501
url = get_dashboard_url(port)
!echo Dashboard URL: {url}
!(cd ../containers/dashboard/src && streamlit run app.py --server.port {port})
KeyError Traceback (most recent call last)
KeyError: 'SolutionPrefix'
Seems there was an overzealous find and replace. It should be ResourceName. I'll change this back.