jupyter-matlab-proxy
jupyter-matlab-proxy copied to clipboard
Can that be installed through Conda? And will it work with jupyter-console?
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
Hi @ubaldot
- No, we have not published the
jupyter-matlab-proxy
package to conda. You will not be able to install it through the commandconda 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
- 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.
Thanks for the reply. Could we keep this issue open until the kernel will be ready to be opened also by jupyter-console?