jupyter-matlab-proxy icon indicating copy to clipboard operation
jupyter-matlab-proxy copied to clipboard

Can that be installed through Conda? And will it work with jupyter-console?

Open ubaldot opened this issue 1 year ago • 8 comments

I am wondering if it is possible to install it through conda?

And, once installed, if I can run the kernel with $ jupyter-console --kernel=matlab

ubaldot avatar Mar 30 '23 12:03 ubaldot

Hi @ubaldot

  1. No, we have not published the jupyter-matlab-proxy package to conda. You will not be able to install it through the command conda install jupyter-matlab-proxy

One could however use PIP to install the package from within the conda environment. For example;

$ conda activate testEnv
(testEnv)$ python -m pip install jupyter-matlab-proxy
  1. No, This package does not currently support jupyter-console.
$ jupyter-console --kernel=jupyter_matlab_kernel
Jupyter console 6.4.4

MATLAB
In [1]: ver
Kernel needs to be started by a Jupyter Server. Please use JupyterLab or Classic Notebook while using MATLAB Kernel for Jupyter.
In [2]: 

I'll create an internal request for this capability.

prabhakk-mw avatar Mar 30 '23 12:03 prabhakk-mw

Thanks for the reply. Could we keep this issue open until the kernel will be ready to be opened also by jupyter-console?

ubaldot avatar Apr 05 '23 06:04 ubaldot