Package Details: jupyter-octave_kernel 0.36.0-1

Git Clone URL: https://aur.archlinux.org/jupyter-octave_kernel.git (read-only, click to copy)
Package Base: jupyter-octave_kernel
Description: A Jupyter kernel for Octave
Upstream URL: https://github.com/Calysto/octave_kernel
Licenses: BSD-3-Clause
Submitter: renyuneyun
Maintainer: iyanmv
Last Packager: iyanmv
Votes: 10
Popularity: 0.000038
First Submitted: 2016-09-30 21:25 (UTC)
Last Updated: 2024-04-15 12:58 (UTC)

Dependencies (9)

Required by (1)

Sources (1)

Latest Comments

« First ‹ Previous 1 2

renyuneyun commented on 2017-07-06 18:13 (UTC)

@latjv I'm not quite sure, but according to my (previous) experience, you can manually add a kernel spec file: Create file `$HOME/.local/share/jupyter/kernels/octave/kernel.json`, and add the following: {"argv": ["/usr/bin/python", "-m", "octave_kernel", "-f", "{connection_file}"], "display_name": "Octave", "language": "octave", "mimetype": "text/x-octave", "name": "octave"}

latjv commented on 2017-06-23 16:08 (UTC)

[vincent@vincent-static ~]$ yaourt octave_kernel 1 aur/jupyter-octave_kernel 0.19.9-2 [installed] (2) (1.25) [vincent@vincent-static ~]$ jupyter-kernelspec list Available kernels: python3 /usr/lib/python3.6/site-packages/ipykernel/resources julia-0.5 /home/vincent/.local/share/jupyter/kernels/julia-0.5 How can I help fix this?

renyuneyun commented on 2017-01-02 16:48 (UTC)

@xantares Hmm, interesting point. I never realise that. Maybe you are right as I uninstalled python-oct2py and the notebook still works. However, since I never use it anymore, I'm not sure about everything... Until today have I realised the package (on 0.19.*) seems not to function well... Anyway, the dependency will be removed. About package name, I'm not sure which is better. I myself think naming it as 'jupyter-*' would be better because it is an extension to Jupyter, not to Python (i.e. a library); and there are many packages with naming schema 'jupyter-*' in AUR. Are there any perticular reasons for a Python2 version (since jupyter itself depends on python3 stuff)? This kernel should have nothing to do with Python itself, except for pip to install (and maybe there is a way not to use pip, which I don't know)...

xantares commented on 2016-12-31 13:50 (UTC)

also I think it should be named python-octave_kernel could you provide a python2 split package too ?

xantares commented on 2016-12-31 13:48 (UTC)

hi, are you sure it depends python-oct2py ? imho it's the other way around xan.

renyuneyun commented on 2016-11-30 21:30 (UTC) (edited on 2016-11-30 21:33 (UTC) by renyuneyun)

Hi @bachp , Thanks for mentioning, I wasn't aware metakernel is also a dependency. As for 'gnuplot', yes it should be added. (I though it was already added but I was wrong) However, I was always hesitating whether to count it as a (hard) dependency or an optional dependency. Octave and this kernel seem to work well without gnuplot (without the ability to make plots, which is quite useful [and maybe important], I see).

bachp commented on 2016-11-28 21:31 (UTC)

I had to add `jupyter-metakernel` and `gnuplot` to make it work.