Thomas Kluyver

Results 1019 comments of Thomas Kluyver

This can be closed now (or when the site is redeployed, if that's how you manage issues).

Rather than trying to emulate the browser behaviour you expect, I suspect it's better to do *nothing* if a relevant modifier key is used. Ctrl-Click might not mean the same...

Right, my suggestion is that it should call both `onAppDetails(app)` and `$event.preventDefault()` in the 'normal' click case (primary button, no modifier keys), but in other cases, call neither and lets...

I think the fix is deployed, but possibly incomplete - I can open links in a new tab with middle click, or from the context menu, but ctrl+click behaves like...

Showing the exit status is probably sufficient, so feel free to close this if you want. I might favour some way of recording or reporting some kind of additional information...

I believe this is not currently possible: #31 added unix socket support only for the local side, not the remote side. See also #113, which is requesting the remote part.

I think this might depend on paramiko adding a feature (https://github.com/paramiko/paramiko/issues/544) before it's possible in sshtunnel.

Is your version of qtconsole up to date? (latest is 4.1.1; `jupyter qtconsole --version` to check) Is there any error message in the terminal where you started the Qt console...

Can you reproduce it with a small dataframe, or only with that large one? I think pandas does some custom completion stuff, so it may be getting stuck dealing with...