jupyter-xeus / xeus-octave

Jupyter kernel for GNU Octave
https://xeus-octave.readthedocs.io/
GNU General Public License v3.0
57 stars 10 forks source link

Notebook renderer doesnot work over ssh connection to remote jupyter kernel #111

Open Rahuketu86 opened 10 months ago

Rahuketu86 commented 10 months ago

xeus-octave version: 0.1.0 Operating System: Ubuntu 22.04( WSL+ Windows over ssh)

Description

I want to run a kernel on linux machine which supports xeus-octave ( x86) and access from my work laptop- macos x). After failing to compile from source and install working xeus-octave( issues with glad and freetype in plotting). I tried to connect to a notebook kernel running on my home windows / wsl machine over ssh.

Connections works but code with notebook renderers fails with segmentation fault.

Code with plotly renderer seems to be working fine. Why not just use plotly renderer all the time

  1. Plotly renderer doesn't seems to support images (specgram ) and histogram
  2. Generates notebook which are too large to commit to github