我似乎已经把一切都安装好了。我可以在jupyter中运行disp('statement')。内核框显示的是Matlab。import matlab.engineThe import statement 'import matlab.engine' cannot be found or cannot be imported. Imported names must end with '.*' or be fully qualified.
在MATLAB端,在我的conda环境中,我能够进入Python3.
我正在尝试按照的说明,使用命令行安装GraphLab Create。WARNING: A space was detected in your requested environment pathSpaces in paths can sometimes be problematic.
Solving package specifi
我通过pip成功安装了ipython。然后我想通过windows10命令提示符启动它来使用它,但我得到了以下错误 'ipython' is not recognized as an internal or external command,我试着用pip install ipython确认ipython已经安装好了,按照我的教程中的说明,我在cmd上输入ipython来启动这个程序,但是它从来没有工作过。