-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't connect to Streamlit server #6
Comments
Sounds like a |
Check version of
Hope this helps |
@jaypanda When I type the commands, jupyter notebook can't start again. |
Try launching the notebook instance from AWS console, typically the url |
Hello, I've found a way to solve this issue. The problem is that SageMaker Notebooks come with a very old The project has since then been renamed to jupyter-server-proxy. The solution is to remove the old You can do so by running these commands. They can be run in a "Terminal" or in a OnStart - Lifecycle config:
By doing this I am able to access the Streamlit server on: |
Unfortunately the recommended solution does not work. I have
But still getting on please wait screen forever. |
I have the same issues, the app is sucessffuly deployed, but I get socket timeout errors in the console. Streamlit works just fine in SageMaker Studio, but not in Notebooks. Anyone found a solution to this? |
If you're getting the follwing error:
Do this instead
initctl is for AWS Linux 1, systemclt for AWS Linux 2 Additonally I followed the suggested solution but still am not able to connect. |
This could be related to #5.
When "fixing" get_notebook_name() like so:
The notebook generates a proper URL for the streamlit server:
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:
The text was updated successfully, but these errors were encountered: