Issue with Graded Programming Assignment 3: Testing Data Quality with Great Expectations
I cannot get the lab started since the Jupyter Server script is not working. Attached is the below screenshot.
I am facing the same problem.
@rajdas2412 any luck with the issue ? i tried to fix the bash script but not successful
It is an issue with the line endings… probably it was edited on a Windows-based system. You can simply fix it by
$ sudo yum install dos2unix
$ dos2unix scripts/setup_jupyter_env.sh
5 Likes
@casabre thanks a lot
That fixed the problem for me, thank you!
Hello @rajdas2412
Please, make sure that you are following the Cloud9 environment creation steps accurately. I guess, you must have chosen SSM instead of SSH in network settings.
1 Like
Thanks for all the help and input. I retried after an hour and the Lab worked fine for me.