How to start Spyder IDE on Windows

前端 未结 12 1019
醉酒成梦
醉酒成梦 2021-02-01 03:56

I downloaded spyder using the

pip install spyder

in my windows 10 32-bit operating system, but i dont see any desktop icons or exe files to start r

12条回答
  •  广开言路
    2021-02-01 04:33

    method 1:

    spyder3
    

    method 2:

    python -c "from spyder.app import start; start.main()"
    

    method 3:

    python -m spyder.app.start
    

提交回复
热议问题