Tensorboard and Streamlit apps on Sagemaker Studio does not load due to Javascript error

0

I was following the blog at https://aws.amazon.com/blogs/machine-learning/build-streamlit-apps-in-amazon-sagemaker-studio/. First, the github code repo does not have a few files as mentioned on the blog, namely setup.sh,run.sh, and status.sh. However, I figured to install dependencies and run the streamlit app on terminal. But when I browse the link <studio_url>/proxy/[PORT NUMBER]/ - it loads a blank page. The web console logs shows the following message:

<body> <noscript>You need to enable JavaScript to run this app.</noscript> <div id="root"></div> </body>

Similarily, following the blog for Tensorboard, https://docs.aws.amazon.com/sagemaker/latest/dg/studio-tensorboard.html - I could follow all the steps and run it on terminal. But the browser shows the following

<noscript> <h1>TensorBoard requires JavaScript</h1> <p>Please enable JavaScript and reload this page.</p> </noscript>

Javascript is enabled on my browser. Please help with further troubleshooting.

Enter image description here

gefragt vor einem Jahr335 Aufrufe
1 Antwort
0

Hi

Thank you for reaching out to us and sharing your observation while following the blog[1]

I am afraid the team is currently working on the fix and changes are yet to deployed and please refer to the following github link for reference. https://github.com/aws/amazon-sagemaker-examples/pull/3934

I would further kindly request you to keep an eye on the following resources[2] and really appreciate your patience.

Reference:

[1] https://aws.amazon.com/blogs/machine-learning/build-streamlit-apps-in-amazon-sagemaker-studio/

[2] https://github.com/aws/amazon-sagemaker-examples/pull/3934

AWS
beantwortet vor einem Jahr

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen