Open nok-ko opened 7 months ago
Did you try to create a new notebook?
What was in the dropdown menu?
Can you try to click instead of hitting Enter
?
Selecting by clicking doesn’t result in a crash. This is the content within the dropdown:
I see there is nothing in the dropdown menu, but you should at least see python3
.
Do you have ipykernel
installed?
Could you show the output of pip list
?
Are you running in local mode or through a server (with jpterm --server ...
)?
Sorry for the delayed response. ipykernel
is installed. This is the output of pip list
: pip-list.txt
(Perhaps the packages are outdated; I’ll check later. Regular Jupyter notebooks do work.)
I get the same result running jpterm
with and without the --host
flag pointing to the URL that jupyter notebook
prints to stdout.
Running on mac OS Sonoma, with jpterm version… either 2.3 or 0.2.11? I’m not sure how to read the version information from
pip
and the program doesn't come support for a--version
command line flag.(Output from
pip inspect
)I can get as far as this menu:
Trying to select anything in that Select dropdown by pressing Enter puts the program into this state:
Quitting with Ctrl-C just yields a message about handling the
KeyboardInterrupt
, which is of no diagnostic value.