jupyter & pycharm 安装其他语言


先找了一些帖子,电脑还没装R,=_=

jupyter

R

How to Add R to Jupyter Notebook (full steps);
Anaconda:Using the R programming language in Jupyter Notebook

matlab

官方的guideline:Install Jupyter-MATLAB; PDF: Matlab Kernel for Jupyter Notebooks
中文版: 如何优雅地通过Jupyter使用MatLab; Jupyter和MATLAB关联:windows系统

较为啰嗦:
在jupyter中使用matlab;

或 在 MATLAB 中使用 Python

pycharm

R

pycharm安装R语言插件; 似乎不能与py文件一起写,

matlab

[Python]Python调用Matlab (Pycharm版本);如果不行尝试 Pycharm中调用Matlab代码
一些坑:How can I run my MATLAB files in PyCharm?