Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Why CMD is running while Spyder is open within Anaconda?

I have recently updated Anaconda and Spyder.

However, once I opened Spyder within Anaconda, I got an issue with Spyder.

Command Prompt (cmd) is running while I open Spyder (picture is attached).enter image description here

The problem is that when I close the cmd window Spyder is crashing.

Can someone help me with fixing this issue?

Thanks

P.S. I have to note that no similar issue is noticed when Spyder is running not within Anaconda

like image 998
Akbar Halimov Avatar asked Nov 14 '22 21:11

Akbar Halimov


1 Answers

Detach the Spyder process from the console. On windows, this can be accomplished with the command start. start \path_to_python\Scripts\spyder.exe

like image 130
Henry D Avatar answered Jan 05 '23 01:01

Henry D