Hello,
I am experiencing issues with with getting the output of my code. I have tried all i know but i cannot view the output. Can you please tell me what i am not doing right ?
Thanks.
Hello,
I am experiencing issues with with getting the output of my code. I have tried all i know but i cannot view the output. Can you please tell me what i am not doing right ?
Thanks.
If there are asterisks in the bracket then it means that code hasn’t run yet as other code is running above. We cannot see what isn’t working but either it is a very long running process earlier in the notebook above where you show, or the kernel has crashed and not communicated back. Either way, restart the kernel and run each cell one at a time instead and see which one trips things up, if any. Sometimes you just need to restart things and run again.
Please post things in the correct topic. This doesn’t look pertinent to what you tagged unless you explain more.
Also, you probably should read and follow the advice in Getting good answers to your questions . The details in the link at the bottom, How do I ask a good question?, has a whole section entitled ‘Help others reproduce the problem’ that stresses that screenshots alone are not a valid way to share code and issues. You can easily use code and snippet sharing sites, such as Github gists, to share a minimal, reproducible example that doesn’t expose anything private. Usually in the course of making such a minimal, reproducible example, the the underlying issue will become apparent or get sorted, and so it is always a worthwhile endeavor even if it seems like it is asking a lot.