Spyder 6 IDE: Installation on Ubuntu 24.04 LTS

preview_player
Показать описание

The Spyder 6 IDE has its own internal conda Python environment with Python, numpy, pandas and matplotlib.

To install other packages such as seaborn, I also demonstrate creating a custom conda (conda-forge community channel) environment with Miniconda. The shell script installation file for Miniconda can be downloaded from Anaconda:

Note that this conda environment requires spyder-kernels. The example conda-forge environment is:

conda create -n spyder-env -c conda-forge python seaborn pyarrow sympy openpyxl xlrd xlsxwriter lxml sqlalchemy tabulate pyqt ffmpeg spyder-kernels

If planning to use TeX with matplotlib plots, TeX should be installed using apt:
sudo apt-get install texlive-xetex texlive-fonts-recommended texlive-plain-generic cm-super dvipng

0:00 Using the Linux Terminal, bash and python, user and super user (sudo)
5:03 Downloading Spyder 6 Standalone Installer
9:36 Installing Miniconda
10:13 Initialising Miniconda
10:48 Updating conda in the base conda Python environment
11:16 Creating a conda-forge Python environment
12:26 Selecting a conda-forge Python environment in Spyder
13:23 Check for Updates
13:40 Uninstalling Spyder 6

Note any installation issues should be reported on Spyder's GitHub page:

Spyder IDE Playlist:

#spyder #python #ubuntu
Рекомендации по теме
Комментарии
Автор

mate i think spyder no longer has the ai code completion, how can i attach some ai to it for code completion?

RaadClub