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

Cell execution causes slide to advance #83

Open
TomNicholas opened this issue May 14, 2024 · 2 comments
Open

Cell execution causes slide to advance #83

TomNicholas opened this issue May 14, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@TomNicholas
Copy link

Executing a cell causes the slides to advance, meaning you can't see the output of your cell.

This is with the code cell a fragment and the next cell a slide.

@TomNicholas TomNicholas added the bug Something isn't working label May 14, 2024
@smartlixx
Copy link

My solution is to use Ctrl-Enter to execute the code, rather than the usual Shift-Enter.

@tz1112
Copy link

tz1112 commented Jun 19, 2024

I am experiencing the same issue. Ctrl-Enter does not seem to have any effect; although the cell is visually highlighted as selected, the code is not executed on button press. Only if I click on the cell manually, Ctrl-Enter behaves as expected.
@TomNicholas: My current workaround to simulate the expected behavior using Shift-Enter is to insert an empty code cell with slide type 'Skip' after the actual code I want to be executed. This allows the output to be generated while remaining on the same slide/subslide, until you navigate to the next slide/subslide using the Space button.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants