Hello Nicholas, On Sunday, October 8, 2017 at 9:10:00 PM UTC+2, Nicholas Rondon wrote: > > I was writing code in python and when I ran the code, it wouldn't run and > it showd an asterisk where it shows the number on the cell. Any help please? >
Sounds like you code is entering an endless loop. I recommend to debug and fix your code. Can you provide more information on "it wouldn't run"? Because the asterisk usually indicates that the code begins to run. What makes you think that it doesn't? Put some print statements at the beginning, end, and strategically selected places within your code to verify the progress. cheers, Roland -- You received this message because you are subscribed to the Google Groups "Project Jupyter" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jupyter/83a8eb82-b24e-47bd-82eb-e864b03b7690%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
