Skip to content
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

Exercise 1: warmUpExercise submission #36

Closed
sanfordjd opened this issue Aug 6, 2019 · 9 comments
Closed

Exercise 1: warmUpExercise submission #36

sanfordjd opened this issue Aug 6, 2019 · 9 comments

Comments

@sanfordjd
Copy link

the function cell [4] requests the user's email address but does not request the user's token.
after running this cell, the kernel locks up

@satsgun
Copy link

satsgun commented Aug 7, 2019

I am running into the same problem, any insight is appreciated

image

@nyck33
Copy link

nyck33 commented Aug 7, 2019

@satsgun restart the kernel? Reconnect or Restart and Clear Output, etc etc
Or even change kernel. I would go through each of those one by one. I never had this problem but if I did that is what I'd do.

@nyck33
Copy link

nyck33 commented Aug 7, 2019

@satsgun if all those fail, try using the Jupyter notebook extension in VSCode, Emacs, etc rather than opening the notebook in Jupyter Notebooks. Also check Stackoverflow for a better answer.

@sanfordjd
Copy link
Author

@nyck33 at least in my case, restarting the kernel didn't fix the issue.
it also looks like it's not prompting for the authentication hash.

@nyck33
Copy link

nyck33 commented Aug 7, 2019 via email

@sanfordjd
Copy link
Author

Does it make a difference if you are logged into the course on Coursera when you try?

On Wed, Aug 7, 2019, 22:07 sanfordjd @.***> wrote: @nyck33 <https://github.com

No. I've tried both logged in and logged-out of the Coursera course. Same result.

@dibgerge
Copy link
Owner

dibgerge commented Aug 7, 2019

I cannot reproduce this. Are you running it on your local machine or somewhere else?

In your jupyter notebook, can you add this code in one cell, and then run it:

def prompt_me():
     input('Input 1')
     input('Input 2')

prompt_me()

Does this code asks you for two inputs?

@sanfordjd
Copy link
Author

sanfordjd commented Aug 7, 2019

@dibgerge : ah ha!

user-error-ish problem ...
I wasn't hitting the "enter" key after inputting my email address ... and I since I didn't, the second field (for the token) didn't show/ pop-up. Which explains why the kernel was just sitting there.
So, really, there's no problem.

@dibgerge dibgerge closed this as completed Aug 8, 2019
@satsgun
Copy link

satsgun commented Aug 8, 2019

@sanfordjd @nyck33 @dibgerge Thanks much!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants