-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can that be installed through Conda? And will it work with jupyter-console? #27
Comments
Hi @ubaldot
One could however use $ conda activate testEnv
(testEnv)$ python -m pip install jupyter-matlab-proxy
$ 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. |
Hello! Is there any update for this issue? |
Thanks! You mean both the features conda and jupyter-console? |
@ubaldot , We do not plan to publish to conda. |
Ah ok, thanks! Looking forward to jupyter console integration! There are many differences between PyPI and conda-forge for instance, with the second preferred especially when it comes into scientific work, plus several other things such as making sanity checks of the environment before installing packages and so on. You can also pack binaries with conda not just python code. Conda-forge is taking traction fairly a lot. |
I agree that familiarity with both Conda and pip is essential for anyone utilizing Conda in the first place, as it enables comprehensive package management. While leveraging both tools can enhance versatility, I'd like to highlight that deploying projects solely through Conda often projects a more polished and professional image. In contrast, relying on a mix of Conda and post-hoc adjustments via pip might inadvertently convey a less refined, 'rapid development' aesthetic – akin to a prototype rather than a finished product. Just my 2 cents. |
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
The text was updated successfully, but these errors were encountered: