When editing a Libretexts page (click the edit button at the top of the page), there is no way to run or restart a code cell like you would when viewing the page normally. These process are only possible while actively editing a single given cell. As a result, that kernel and the associated data running through it are all isolated to that code cell instance. This means that debugging becomes very difficult when trying to "chain" together multiple code cells which depend on each other. We would need to discuss and find a way to get the kernel to persist across the entire page while editing, just as it does when you are viewing the page normally. This also means finding some way to run/restart code cells while editing and not actively in the single cell editor window. Honestly, it probably requires a complete overhaul of our current editing ui.
When editing a Libretexts page (click the edit button at the top of the page), there is no way to run or restart a code cell like you would when viewing the page normally. These process are only possible while actively editing a single given cell. As a result, that kernel and the associated data running through it are all isolated to that code cell instance. This means that debugging becomes very difficult when trying to "chain" together multiple code cells which depend on each other. We would need to discuss and find a way to get the kernel to persist across the entire page while editing, just as it does when you are viewing the page normally. This also means finding some way to run/restart code cells while editing and not actively in the single cell editor window. Honestly, it probably requires a complete overhaul of our current editing ui.