lightpipes icon indicating copy to clipboard operation
lightpipes copied to clipboard

No output in python on Windows

Open bkimbrough opened this issue 7 years ago • 2 comments

Hello,

I am running python in jupyter notebook using Anaconda in Windows 10. I installed LightPipes using pip from the Anaconda command window.

I can import LightPipes using: from LightPipes import *

When I run the code: LPtest()

I get no output. I have also run some example code from the website and I still get no output.

Any ideas? Thanks in advance.

Brad

bkimbrough avatar Sep 22 '18 17:09 bkimbrough

Brad, When you run LPtest() in a cell of Jupyter, the output from that command (LightPipes for Python: test passed) goes to a terminal window and not to your Jupyter notebook. Maybe that window is hidden behind your browser window? Furthermore their seems to be an issue with Jupyter that it sometimes does not generate output from any command. So for example: print("hello") does nothing. Use Google to find out. Fred

FredvanGoor avatar Sep 23 '18 08:09 FredvanGoor

Fred,

Thank you for the input. I ran the LPtest() from a command window and it worked correctly. I tried to run the example code in Jupyter again on my home computer and it worked fine. Not sure what is going on with Jupyter on my other computer, but I'm sure it will get sorted out.

Thanks again. Brad

bkimbrough avatar Sep 23 '18 16:09 bkimbrough