Completing the 1st graded assignment for week 2
Section 5.2, " Open the notebook C1_W2_Dashboard.ipynb and follow the instructions there."
I can’t preview the file “C1_W2_Dashboard.ipynb”
I enabled third party cookies on Chrome and Firefox, deleted all cookies and history
Still can’t open the file in Cloud9
Hello @Michael_Pavlis You open the notebook from the output of setup.sh (step 7 in Vocareum). That link should work, thanks
I am having a similar issue, but when I ran “source scripts/setup.sh” it didn’t give me a link to jupyter lab in the terminal output.
Can I stop the AWS instance and try again? Or do I need to wait a couple hours for the AWS session to terminate?
Hello @chavenst,
You should be able to get a new link if you run the scripts/setup.sh again. Copy paste the link in a new tab and open the notebook there. Thank you
Hello @Georgios , when I try to run in the root directory again, “source scripts/setup.sh” it gives me an “AccessDeniedException” when trying to call the update environment option. Is there a way to run jupyter lab from the terminal after it has been run initially?
Or do I need to wait a couple of hours for this AWS session and temporary AWS user account to be terminated?
Actually, I think I answered my own question. There was a “jupyter_output.log” file created in the scripts folder, and there it has a link to the jupyter lab running server. It didn’t appear in the terminal, but was placed there as a file with a working link.
@chavenst I am not sure since you can only run the dashboard notebook through the jupyter url. If you could use the log is great. Hope it helps
No worries @Georgios, I was able to figure it out. Thanks for giving me a hint, examination of the files in the scripts folder after the initial/first run of “source scripts/setup.sh” yielded the answer.
you should see a file titled “jupyter_output.log” in the same file path as “C1_W2_Assignment.md”. Do you see that file?
Hi,
I am having different issues for both Practice Lab 2: Interacting With Amazon DynamoDB NoSQL Database and Practice Lab 3: Interacting With Amazon S3 Object Storage, I did receive the link however when i tried to open it was not working like this. I double checked the subnet and it was public subnet, so i dont really know why it’s happened in the first place
Hello @satriabw I tried the labs and couldn’t reproduce the error maybe its due to heavy load. Could you keep a copy of the first link and run source scripts/setup_jupyter_env.sh
to get a new one. Try the first link with the port:8888 see if it runs or we can investigate further. Thank you
Thanks, i retried again and it works! Probably it’s because the heavy load as you said. Thanks a lot!