在使用Jupyter时,可以通过Matlab内核绘制图表。安装先决条件:使用以下命令安装Matlab内核:$ pip install matlab_kernel 或 $ pip install git+https://github.com/Calysto/matlab_kernel(开发版本)。安装完成后,通过以下命令启动Matlab内核:$ jupyter notebook,在'New'菜单中选择Matlab,或者使用 $ jupyter qtconsole --kernel matlab 或 $ jupyter console --kernel matlab。如果需要删除内核,使用命令 $ jupyter kernelspec remove matlab。配置文件可通过在Jupyter配置路径中添加matlab_kernel_config.py进行配置。MatlabKernel类提供了plot设置。