编辑器与 IDE
12/20/25Less than 1 minute
编辑器与 IDE
Sublime Text
wget -qO - https://download.sublimetext.com/sublimehq-pub.gpg | sudo apt-key add -
sudo apt-get install apt-transport-https
echo "deb https://download.sublimetext.com/ apt/stable/" | sudo tee /etc/apt/sources.list.d/sublime-text.list
sudo apt-get update
sudo apt-get install sublime-textNeovim
sudo apt-get install neovim或安装最新版本:
sudo add-apt-repository ppa:neovim-ppa/stable
sudo apt-get update
sudo apt-get install neovimJupyter Notebook
pip3 install jupyter notebook或使用 conda:
conda install jupyter notebook启动:
jupyter notebook