Quentin Peter
Quentin Peter
the `set_kernel_configuration` method allows to set a configuration before the kernel is ready. It also survives a restart.
What is strange is that both the `Shellwidget` and the `kernel_handler` are created in `create_new_client`, so there shouldn't be a time where `kernel_handler` is `None`? unless the eventloop runs while...
The sys.path is set in two ways: by setting the "SPY_PYTHONPATH" environment variable and by calling update_path. the first way is problematic because in case of a restart after changing...
In fact this is true of most of the config that is set by an environment variable, I will change these as well.
@ccordoba12 the `pep8speaks` are not applicable, the comment has not been updated since august and doesn't corresponds to the current state of the PR.
> I tested this manually and found a small regression: the `hr` painted after the `Restarting kernel` message doesn't adjust to the current interface theme, i.e. it's black when using...
I understand why it is different on mac: cmd + . works but ctrl + . has the behaviour you described!
My understanding so far is: in `qtconsole.frontend_widget.FrontendWidget._event_filter_console_keypress`: The console catches `ctrl + .` events and calls `request_restart_kernel`. We want to avoid that because the shortcut can not be changed. This...
I restored it, but I think you can't change the shortcut that way. However it appears to be already the case with master.
Well you would just have to use the comm and it would show in the profiler plugin, so alternative profiler should be easy