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

Cannot re-run an article figure after it is run once #160

Open
stevejpurves opened this issue Jul 5, 2023 · 1 comment
Open

Cannot re-run an article figure after it is run once #160

stevejpurves opened this issue Jul 5, 2023 · 1 comment
Assignees
Labels
bug Something isn't working thebe

Comments

@stevejpurves
Copy link
Member

Describe the bug

context
When I press the power button on an figure in an article, then press run

expectation
I expected to be able to re run or reset the figure

bug
But instead nothing happens, css looks like i can click and that the click should have an effect but nothing happens

problem
This is a problem as it seems like the computation is broken.

Reproduce the bug

click execute on a figure in an article that is powred by a notebook that also has at least one markdown cell.

List your environment

No response

@stevejpurves stevejpurves added the bug Something isn't working label Jul 5, 2023
@stevejpurves
Copy link
Member Author

the problem is here:

nb.cells.map((c) => c.id),

we need a way to get the id's of only the code cells and there is no easy way to do that right now, we need an upstream change in thebe

@stevejpurves stevejpurves self-assigned this Jul 5, 2023
stevejpurves added a commit that referenced this issue Jul 6, 2023
@rowanc1 rowanc1 added the thebe label Nov 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working thebe
Projects
None yet
Development

No branches or pull requests

2 participants