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

Euporie shows * on cell whose run is completed #52

Closed
ghost opened this issue Dec 6, 2022 · 7 comments
Closed

Euporie shows * on cell whose run is completed #52

ghost opened this issue Dec 6, 2022 · 7 comments

Comments

@ghost
Copy link

ghost commented Dec 6, 2022

See video

@joouha
Copy link
Owner

joouha commented Dec 7, 2022

I'm not able to reproduce this.

Does this also happen if you use a Python kernel?

What version of IRkernel are you using?

@ghost
Copy link
Author

ghost commented Dec 7, 2022

Does this also happen if you use a Python kernel?

I think so.

It isn't always reproducible for me either.
Actually I was recording to report another bug.
I don't know exact steps to reproduce this. It is random.

More generally, euporie hangs now and there (doesn't respond anymore or is really really slow).
Is the communication with the kernel asynchronous?

What version of IRkernel are you using?

> packageVersion("IRkernel")
[1] ‘1.3.1’

@ghost
Copy link
Author

ghost commented Dec 7, 2022

Did you start it with the exact command line I'm using?

euporie-notebook --autocomplete --autosuggest --autoinspect --kernel-name=ir

@joouha
Copy link
Owner

joouha commented Dec 8, 2022

Yes, I've tried with the same command line and same version of IRkernel but I don't see it. I'll keep an eye out for this if it's an intermittent issue.

More generally, euporie hangs now and there (doesn't respond anymore or is really really slow). Is the communication with the kernel asynchronous?

Again, I've not experienced this, but it would be good to be able to reproduce it so I can figure out what's causing it.

Kernel communication is asynchronous, and runs in it's own thread, so communicating with the kernel shouldn't interfere with the rendering of the UI.

@ghost
Copy link
Author

ghost commented Dec 23, 2022

I'm now running euporie with logging. Let's see if I can make a useful log

@twrightsman
Copy link

I am able to reproduce this by restarting the kernel (ipykernel) and running cells. The cells show a "*" but are done running.

running

@joouha
Copy link
Owner

joouha commented Apr 11, 2023

I think this is now fixed in the dev branch

@joouha joouha closed this as completed Jan 18, 2024
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