arokem / python-matlab-bridge

A simple Python => MATLAB(R) interface and a matlab_magic for ipython
BSD 2-Clause "Simplified" License
332 stars 97 forks source link

Jupyter notebook Matlab kernel busy all time #230

Closed bohi87 closed 8 years ago

bohi87 commented 8 years ago

Hello everbody, I have to use the ipython notebook with matlab, so I have installed Anaconda3, Jupyter notebook, Pymatbridge , and matlab_kernel. when i launch a new file for python kernel --> it works, but when i do this for matlab kernel, it still busy all the time, so i can't run my matlab code.

I have tested this, in Windows 7 and Unix ubuntu, with anaconda3 and anaconda2. Help me please !

blink1073 commented 8 years ago

Hi @xavi87, are you able to run pymatbridge by itself?

blink1073 commented 8 years ago

(from an IPython terminal)?

bohi87 commented 8 years ago

Hi, Thank you @blink1073 , i resolved my problem. The problem was in the /.bashrc file to configure the Matlab path file.

Thank you very much

blink1073 commented 8 years ago

Glad to hear it! Closing the issue.