-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
[Bug][Jupyter Widget] Map not rendering in AWS Sagemaker Notebook #717
Comments
So it doesn't load on both jupyter notebook and jupyter lab? Can you also paste in the version of your |
Got the same problem on AWS Sagemaker: Javascript Console error messages
|
Clean you clarify if you got the error in Jupyter Notebook or Jupyter Lab? If it's Lab, you actually have to install Couple of things you ca try:
|
The error is on Jupyter Notebook, I could try Jupyter Lab as this is an option on AWS.
|
@heshan0131 : You were right, on a plain new notebook loading an empty map shows now a HTTP 404 error on the console (the 404 doesn't appear on second try)
|
Were you able to solve the problem? I am trying to run another widget in a notebook instance from SageMaker and can't make it work. It works just fine on a local notebook, but not on the remote notebook instance. |
@RafaMenezes : No, unfortunately not, I assume its a problem with AWS and where the static files of the extensions are stored |
I have same issue. Any update? v 0.2.0 and still not loading on sagemaker |
Same issue with Sagemaker here |
Describe the bug
In AWS sagemaker using JuypterLab or Notebook does not load the visualization of a map when running the following command.
To Reproduce
Steps to reproduce the behavior:
pip install
for kepler.glExpected behavior
Empty map should load when running the above command.
Screenshots
Environment (please complete the following information):
Additional context
In another bug report I tried the following to no avail:
The text was updated successfully, but these errors were encountered: