[PYTHON] I want to use VS Code and Spyder without anaconda! !! !!

I want to use Spyder, which I've been accustomed to since I was a beginner, without using anaconda. That memorandum Now you can use Spyder 5.0.0.dev0 (Python 3.8.2). Test environment (included as a prerequisite) Windows 10(64bit) version:1909 OS build:18363.836

VisualStudioCode version:1.45.1

Python 3.8.2


https://github.com/spyder-ide/spyder Unzip or clone the zip to any location

Install the required modules. I have summarized what I needed in my environment.

requirements.txt


PyQt5
qtpy
chardet
atomicwrites
psutil
zmq
pickleshare
qtawesome
pygments
qtconsole
docutils
jinja2
sphinx
qdarkstyle
diff_match_patch
intervaltree
cloudpickle
watchdog
PyQtWebEngine

jedi==0.15.2
parso==0.5.2

At the location where you created the file

cmd.exe


pip install -r requirements.txt

Let's do a startup test.

cmd.exe


cd "Bootstrap in the unzipped or cloned folder.Folder with py"
python bootstrap.py

If it starts, that's OK If something is missing, install it with pip.


Create new → shortcut anywhere

"%LOCALAPPDATA%\Programs\Python\Python38\pythonw.exe" "(Unzipped location)\bootstrap.py"

Make it python w </ strong> .exe so that it starts without a console screen.

Shortcut name Spyder

Shortcut right click → Properties Shortcut tab "Change Icon (C) ..." spyder-master\img_src\spyder.ico

It has started. Spyder with a sense of security like your parents' home After that, the shortcut I made If you put it in "C: \ ProgramData \ Microsoft \ Windows \ Start Menu \ Programs", it will look like that.


Please note that this is the first article, so you may be unfamiliar with it.

Recommended Posts

I want to use VS Code and Spyder without anaconda! !! !!
I want to use the latest gcc without sudo privileges! !!
I want to map the EDINET code and securities number
I want to be able to run Python in VS Code
I want to use both key and value of Python iterator
I want to acquire and list Japanese stock data without scraping
I want to pin Spyder to the taskbar
I want to use jar from python
I want to use Linux on mac
I want to use IPython Qt Console
I want to use MATLAB feval with python
I want to use Temporary Directory with Python2
I want to use ceres solver from python
I don't want to use -inf with np.log
I want to use ip vrf with SONiC
Use Python in Anaconda environment with VS Code
I want to use only the SMTP MAIL FROM command and RCPT TO command without sending mail with Python's smtplib
I want to make C ++ code from Python code!
I want to use the activation function Mish
I want to use mkl with numpy and scipy under pyenv + poetry environment
I want to write in Python! (1) Code format check
I want to use self in Backpropagation (tf.custom_gradient) (tensorflow)
I want to handle optimization with python and cplex
I want to use OpenJDK 11 on Ubuntu Linux 18.04 LTS / 18.10
After updating to Catalina, I couldn't use anaconda anymore ...
I want to use the R dataset in python
I tried to install scrapy on Anaconda and couldn't
I want to use R functions easily with ipython notebook
How to use VS Code in venv environment on windows
I want to use only the normalization process of SudachiPy
Set VS Code to PyCharm.
I want to solve Sudoku (Sudoku)
[Python] I want to use the -h option with argparse
I want to use a virtual environment with jupyter notebook!
I want to know the features of Python and pip
I want to count unique values in arrays and tuples
I want Sphinx to be convenient and used by everyone
[Introduction to Mac] Convenient Mac apps and settings that I use
I want to record the execution time and keep a log.
I want to use a wildcard that I want to shell with Python remove
I want to use shortcut translation like DeepL app on Linux
I want to solve APG4b with Python (only 4.01 and 4.04 in Chapter 4)
Scraping and tabelog ~ I want to find a good restaurant! ~ (Work)
I want to create a pipfile and reflect it in docker
I want to make a parameter list from CloudFormation code (yaml)
I want to connect remotely to another computer, and the nautilus command
I want to create a machine learning service without programming! WebAPI
I want to hack Robomaster S1 ① Rooting and file configuration check
How to build Python and Jupyter execution environment with VS Code
How to update Spyder in Anaconda
I want to understand systemd roughly
How to use .bash_profile and .bashrc
How to install and use Graphviz
I want to scrape images to learn
I want to do ○○ with Pandas
Migrate from VS Code to PyCharm
I want to copy yolo annotations
I want to debug with Python
I want to revive the legendary Nintendo combination by making full use of AI and HR Tech!
Numpy's intellisense (input completion) is incomplete in VS Code and I was lightly addicted to the solution
Tips for manipulating numpy.ndarray from c ++ -I want to use an iterator-