rsenne
September 21, 2024, 4:04am
1
Curious if others have had this issue using Julia w/ Jupyter Notebooks in VSCode. Notebooks otherwise work fine, except I can never actually seem to interrupt running cells (i.e., the stop and interrupt buttons are essentially useless) and if a program stalls etc., I almost always have to restart VSCode. This can be a rather tedious and annoying problem and was wondering what solutions if any existed…
1 Like
rsenne
September 21, 2024, 1:59pm
3
Hmm yeah, after a bit more searching I found that this has been referenced numerous times…
opened 11:59PM - 05 Jun 22 UTC
closed 04:28PM - 31 Jul 22 UTC
bug
info-needed
### Applies To
- [X] Notebooks (.ipynb files)
- [ ] Interactive Window and\/… or Cell Scripts (.py files with \#%% markers)
### What happened?
When I click the restart/stop button in jupyter while a code block is running, the timer on the running cell does not stop and I simply cannot rerun the ipynb file. "Go to running cell" still shows that the code block is running. I just have to close VSCode to start over. ^c does not work, either.
- Julia's workspace is cleared as it is supposed to be, though.
- Buttons and ^c work when I work with Python.
---- Version Info not mentioned below ----
Windows Version: 21H2
Julia: 1.7.3 (the problem persists in the older versions, too)
### VS Code Version
1.67.2
### Jupyter Extension Version
v2022.4.1021342353
### Jupyter logs
_No response_
### Coding Language and Runtime Version
Julia 1.7.3
### Language Extension Version (if applicable)
_No response_
### Anaconda Version (if applicable)
_No response_
### Running Jupyter locally or remotely?
Local
Doesn’t seem to be a clear solution…might just switch to Pluto in that case…
1 Like