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

The Fedora python-octave-kernel package fails to build with the following test failure with octave 7.1: ``` + cd octave_kernel-0.34.2 + PYTHONPATH=/builddir/build/BUILDROOT/python-octave-kernel-0.34.2-1.fc37.x86_64/usr/lib/python3.10/site-packages + JUPYTER_PATH=/builddir/build/BUILDROOT/python-octave-kernel-0.34.2-1.fc37.x86_64/usr/share/jupyter + xvfb-run -a -s '-screen 0 640x480x24'...

Hello, everytime i want to see the value of a variable by putting it in a new line whiteout a semicolon i get something like this ![image](https://user-images.githubusercontent.com/63772442/189467834-7a7d9d9c-047e-4003-b403-6642dcd48eb5.png) The same happens...

### Summary * the kernel status in the jupyter lab is stuck on connecting, and after some time, it converts to "unknown" (screenshot attached) * for records, the status of...

I tried to install the Octave kernel from conda using Octave 7.1. However the kernel seems to completely fail. Does the latesst kernel can work together with Octave 7.1? Thank...

How to conifgure 'octave_kernel_config.py'? I hava th following error in octave 7: plot(2,3) ``` Inline plot failed, consider trying another graphics toolkit error: print: rendering with fltk toolkit requires visible...

I use jupyter lab on a virtual environment with python 3.8 (installed with pyenv) on Ubuntu 20.04. When I execute the first line of an octave notebook I get: ```...

I have installed Jupyter notebook, using anaconda, and install Octave dmg 6.2. I can run the octave GUI from the application folder. I can also run Python from the Jupyter...

I tried installing this. I was able to launch a new octave notebook, but the kernel keeps failing at launch. I get this error when doing python3 -m octave_kernel.check. The...

D:\Python>jupyter kernelspec list Available kernels: octave D:\anaconda3\share\jupyter\kernels\octave python3 D:\anaconda3\share\jupyter\kernels\python3 D:\Python>python -m octave_kernel.check Octave kernel v0.32.0 Metakernel v0.27.5 Python v3.8.3 (default, Jul 2 2020, 17:30:36) [MSC v.1916 64 bit (AMD64)] Python...

ex1.m has a call to pause but the prompt to continue doesnt show up. but calling pause directly works.