octave_kernel icon indicating copy to clipboard operation
octave_kernel copied to clipboard

An Octave kernel for IPython

Results 38 octave_kernel issues
Sort by recently updated
recently updated
newest added

I would like to help with support of Tablicious inside octave_kernel. Tablicious is a new package that is being developed to support table data structures for Octave: https://github.com/apjanke/octave-tablicious In particular...

Ubuntu 19.10 repository provides an outdated old 4.4 version of Octave, how do I instruct Jupyter to use Octave flatpack app to run Octave Code

I am trying to generate exe file using pyinstaller. My python script is working completely fine but my new generated exe file via pyinstaller is showing me the following error....

I'm on Windows 10 with jupyter 4.4.0. I installed this kernel and get no errors but timeout message in terminal. ![image](https://user-images.githubusercontent.com/361447/46943623-4f4a8b00-d070-11e8-951f-219c06ddb729.png) Same happens with matlab kernel. ![image](https://user-images.githubusercontent.com/361447/46943639-5d001080-d070-11e8-80f4-150c16581887.png) Other kernels work...

needs info

Greetings, I'm attempting to get Octave up and running on Jupyter Notebook. I see the kernel in the drop down menu but then I have an error message: OSError: Octave...

needs info

I am getting the below error while executing the below commands: a=[1,2,3] b=a+3; TypeError: can only concatenate list (not "int") to list ![image](https://user-images.githubusercontent.com/5846505/58047111-4c87ab00-7b15-11e9-834e-c3240181c3c0.png) Commands executed: **Conda Base Environment** (base) [root@ip-******...

I can run Octave in the Jupyter notebook seemingly OK, but as soon as I attempt a plot, it just hangs. I am using a Macbook pro (OS10.9.5). When logged...

needs info

Hi, I was just able to resolve a similar issue with the kernel not loading on a 'the littlest jupyterhub' deployment, but once i tried to follow similar steps on...

needs info

I've tried installing the packages image and signal with, ``` matlab pkg install -forge image pkg load image pkg install -forge signal pkg load signal ``` The packages download and...

needs info

installed with pip install as suggested metakernel-0.20.14; octave_kernel-0.28.3; and the environment variable OCTAVE_KERNEL_JSON set at the path to the json file of octave_kernel. Octave version 4.2.2.; windows version: 8 x-64...

needs info