You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added a Global Interpreter Lock (GIL) to ensure that only one code cell runs at a time, preventing simultaneous execution conflicts.
With this enhancement, you can now enjoy smoother and more predictable execution of your code, without interference from concurrently running code cells.
Added a visual spinning indicator to emphasize what code cell is currently running. (#64, #17)
Improved status updates about installing R packages specified in the document's package key. (#68)