Aaron Munger

Results 218 comments of Aaron Munger

latest issue is just dealing with exporting a notebook, not Interactive window

I can't repro the behavior as described here, and since the issue is a year old without any other external input of similar cases, I'm just going to close this...

ah sorry, mis-read the title. The setting is just for creating in the active group, beside the active group or always in the second group: `jupyter.interactiveWindowViewColumn`

The button now says `run python file in terminal` to disambiguate

you can also execute a set of long running cells from the file, the input box still jumps the line ``` # %% import time time.sleep(5) # %% time.sleep(5) #...

when toggling a comment, it can always just add the comment character at the beginning of the line and consistent behavior always makes sense. But if you were to execute...

Ok, that's a bit different from a toggle, but far more straightforward to implement.

Just went through a repro for this with the modern variable explorer - it looks like we now _only_ show the variables in the local scope, and globals don't appear...