-
Notifications
You must be signed in to change notification settings - Fork 48
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
Several strange behaviors on Windows #127
Comments
|
jupyterlab-execute-time 3.1.2 |
You can open the notebook using text editor, or use the Property inspector in the sidebar |
cell metadata:
notebook metadata:
|
Well, this is what the metadata says - all values are equal to Possibly the Java kernel that you are using is not reporting |
Which Java kernel are you using? https://github.com/SpencerPark/IJava or https://github.com/allen-ball/ganymede or something else? |
The IJava v 1.3.0 |
In that case I would recommend reporting the issue over in https://github.com/SpencerPark/IJava. |
That said, IJava was not updated in last 5 years. https://github.com/allen-ball/ganymede looks active though - maybe a better fit for 2024? |
On Windows 11 with Jupyter Version: 7.2.1 and cell running Java code.
In my scenario I used sleep function for 10s.
Unexpected behavior: the counter starts counting from some non zero position.
Unexpected behavior: when script ends, the value is "0ms".
The text was updated successfully, but these errors were encountered: