Calysto / matlab_kernel

Jupyter Kernel for Matlab
Other
469 stars 76 forks source link

a script to launch jupyter notebook with matlab kernel is required #136

Closed lazywhite closed 4 years ago

lazywhite commented 4 years ago

I'm trying to build an image for jupyter-enterprise-gateway to launch a matlab kernel worker,
for example: launch a "python_kubernetes" kernel, it will run image elyra/kernel-py:2.1.0 , it's CMD is /usr/local/bin/bootstrap-kernel.sh, at last it will execute this python script to run a notebook

https://github.com/jupyter/enterprise_gateway/blob/3d00b8bec67cd347f70900ac1ad286af6861ba60/etc/kernel-launchers/python/scripts/launch_ipykernel.py

but I don't know how to run a matlab kernel in this way.

lazywhite commented 4 years ago

it seems I should commit this issue in jupyter-enterprise-gateway repo.