Skip to content
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

massive space at the output of the first cell #239

Open
erentar opened this issue Apr 30, 2024 · 2 comments
Open

massive space at the output of the first cell #239

erentar opened this issue Apr 30, 2024 · 2 comments

Comments

@erentar
Copy link

erentar commented Apr 30, 2024

image

theres this massive space, only happens in the first cell
and the subsequent cells have just a little one

image

the html doesnt show anything shady

will provide more information if needed

@SebiAi
Copy link

SebiAi commented Oct 10, 2024

I have the same issues on my linux machine:
Linux Mint 22.0 Cinnamon (Ubuntu 24 as base) with 6.8.0-45-generic kernel (x86-64)

I installed jupyter notebook and the octave kernel via apt:
sudo apt install python3 notebook python3-octave-kernel

The versions are sadly not the newest but I can't install the kernel via pip due to the environment being externally managed from apt:
python3: 3.12.3
jupyter notebook: 6.4.12
octave: 8.4.0
octave-kernel: 0.32.0-4 (according to apt show python3-octave-kernel)

Output of the check command seems fine (python3 -m octave_kernel.check):

0.00s - Debugger warning: It seems that frozen modules are being used, which may
0.00s - make the debugger miss breakpoints. Please pass -Xfrozen_modules=off
0.00s - to python to disable frozen modules.
0.00s - Note: Debugging will proceed. Set PYDEVD_DISABLE_FILE_VALIDATION=1 to disable this validation.
Octave kernel v0.32.0
Metakernel v0.29.4
Python v3.12.3 (main, Sep 11 2024, 14:17:37) [GCC 13.2.0]
Python path: /usr/bin/python3

Connecting to Octave...
Octave connection established
Octave Kernel v0.32.0 running GNU Octave v8.4.0
Graphics toolkit: fltk
Available toolkits: 
{
  [1,1] = fltk
  [1,2] = gnuplot
}

Related Issues: #234

@SebiAi
Copy link

SebiAi commented Oct 10, 2024

Also adding %plot -f png seems to fix the Inline plot failed error but the white space still remains. Plus it is incredibly slow.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants