Re: [spyder] VPython in Spyder

2023-05-18 Thread Erdoğan Peker
Thank you for your comment it's so helpfull Carlos Córdoba , 18 May 2023 Per, 15:27 tarihinde şunu yazdı: > Hi, > > Please read this entry in our docs: > > https://docs.spyder-ide.org/5/faq.html#using-packages-installer > > if you're using our Windows or Mac installer; or this one: > >

Re: [spyder] Float formatting in IPython console

2023-05-18 Thread Carlos Córdoba
Hi, I think what you need is explained in this StackOverflow answer: https://stackoverflow.com/questions/4018167/how-to-set-number-of-digits-for-float-point-output-in-ipython Cheers, Carlos El 2/05/23 a las 16:55, Emma Worthington escribió: Hi, When outputting a float array in the console,

Re: [spyder] VPython in Spyder

2023-05-18 Thread Carlos Córdoba
Hi, Please read this entry in our docs: https://docs.spyder-ide.org/5/faq.html#using-packages-installer if you're using our Windows or Mac installer; or this one: http://docs.spyder-ide.org/current/faq.html#using-existing-environment if you're using another installation media to understand

Re: [spyder] CUDA_VISIBLE_DEVICES=0 python train.py --epochs 100 \

2023-05-18 Thread Carlos Córdoba
Hi, That code is not meant to be run in the IPython console. Instead, you need to run it in a system terminal (i.e. cmd.exe on Windows or Terminal on macOS). Cheers, Carlos El 18/05/23 a las 13:07, Yahya Obad escribió: CUDA_VISIBLE_DEVICES=0 python train.py --epochs 100 \                  

Re: [spyder] Where to get Spyder UML class diagrams for Spyder architecture ?

2023-05-18 Thread Carlos Córdoba
Hi Rich, We don't have such diagrams, but we have a tutorial that explains how to build Spyder plugins: http://docs.spyder-ide.org/current/workshops/plugin-development.html It's a bit outdated but it can help you to get started. Cheers, Carlos El 24/04/23 a las 2:44, Rich Lysakowski

[spyder] CUDA_VISIBLE_DEVICES=0 python train.py --epochs 100 \

2023-05-18 Thread Yahya Obad
CUDA_VISIBLE_DEVICES=0 python train.py --epochs 100 \ ^ why when I run this code it shows me this syntax error. please help -- You received this message because you are subscribed to the Google Groups "spyder" group. To unsubscribe from this group and stop receiving

Re: [spyder] installing packages in Spyder

2023-05-18 Thread Erdoğan Peker
Thank you for your comment it's so helpfull Alessio Mentani , 17 May 2023 Çar, 23:49 tarihinde şunu yazdı: > Hi, I had to re-install spyder on my workdesk and now I have to import > some packages of my previous files. However, I cannot understand how to add > the packages in the spyder

[spyder] Re: installing packages in Spyder

2023-05-18 Thread Tetuko Kurniawan
Hi, There are multiple ways to add libraries to your spyder. But please provide information such as OS, which spyder you used (stand-alone) or from PIP/Conda. Then we can discuss further what to do. best, Teko On Wednesday, May 17, 2023 at 10:49:02 PM UTC+2 ament...@gmail.com wrote: > Hi, I

[spyder] Re: Installing PIP and Scipy

2023-05-18 Thread Tetuko Kurniawan
Hi, I assume you're in windows. Are you using stand-alone spyder? If you want to use PIP and stand-alone spyder in Windows (as i am), 1. Instally the spyder stand-alone 2. Install the python available for windows. In this step you will have PIP installed automatically with this version of