Android studio
https://developer.android.google.cn/studio
/http://www.android-studio.org/
方法一
sudo snap install android-studio —classic 方法二https://developer.android.google.cn/studio
命令如下:
sudo gedit /usr/share/applications/Studio.desktop
因为ubuntu的快捷方式都在/usr/share/applications/路径下创建
在打开的文件中添加以下配置
[Desktop Entry]
Name =AndroidStudio
Comment =androidstudio
Exec =/home/androidstudio/android-studio/bin/studio.sh
Icon =/home/androidstudio/android-studio/bin/studio.png
Terminal =false
Type =Application
你只需修改Exec,Icon就可以了
Exec 指向要执行的脚本路径
Icon 指向程序的图标路径
每一行紧靠左侧且后面不能有空格
pycharm
https://www.jetbrains.com/zh-cn/pycharm/download/#section=linux
方法一
sudo snap install [pycharm-professional|pycharm-community] —classic方法二
$ sudo add-apt-repository ppa:mystic-mirage/pycharm
安装收费的专业版:
$ sudo apt update
$ sudo apt install pycharm
安装免费的社区版:
$ sudo apt update
$ sudo apt install pycharm-community
卸载:
sudo apt remove pycharm pycharm-community && sudo apt autoremove
方法三
https://www.jetbrains.com/zh-cn/pycharm/download/#section=linux
sh pycharm.sh
CLion
https://www.jetbrains.com/clion/download/#section=linux
sudo snap install clion --classic
vscode
https://code.visualstudio.com/
sudo dpkg -i vscode.deb
deb 文件安装
Atom
deb 文件安装
jupyter
Jupyter notebook安装扩展插件
1. 安装Jupyter Notebook
pip install jupyter2. 安装Jypyter Notebook扩展包
pip install jupyter_contrib_nbextensionsjupyter contrib nbextension install —user
3. 启动Jupyter Notebook
jupyter notebook
https://www.cnblogs.com/CheeseZH/p/9497919.html
JUPYTERLAB
pip install jupyterlab
JupyterLAB 和 jupyter
pip —no-cache-dir install ipython jupyter tornado==5.1 jupyter_contrib_nbextensions —user jupyterlab
pip —no-cache-dir install ipython jupyter tornado jupyter_contrib_nbextensions —user jupyterlab