Shift+Space doesn't seem to work
See original GitHub issueI have remote jupyter notebook server.
I’ve setup on it docker with jupyter as were in earlier versions shown, then installed latest available library from github. At first it wouldn’t even show me predictions, even after i entered correct address of the server in the nbextensions
settings , i had to manually enter server http://*ip*:9999
into .js
file (in var config
), then it worked.
But still, when i press Shift+Space it doesn’t show original jupyter popup with function suggestions. Any help appreciated, as i’m huge fan of tabnine, but it’s very uncomfortable to guess what functions i have in the library.
Issue Analytics
- State:
- Created 4 years ago
- Reactions:1
- Comments:8 (2 by maintainers)
Top Results From Across the Web
Shift+Space+W doesn't work but Shift+Space+ <any other key ...
Solved: Hello, I've got myself a new Dell Keyboard because the old one had the problem where the 1qaz keys work intermittently.
Read more >Shift Space doesn't work - XFCE - Manjaro Linux Forum
All of a sudden, some program has hijacked the key combination Shift+Space and now it does nothing. If Idon't let go of shift...
Read more >Shift+Space not working in Powershell - Super User
It seems like you need to update the PowerShellGet and PSReadLine Module to make shift+space work again. Open PowerShell as admin ...
Read more >ctrl shift space not entering hard space - Microsoft Community
Alt+Ctrl+Space works fine though as a new shortcut, as does Ctrl+Shift+S. It is just Ctrl+Shift+Space that doesn't work. 1 ...
Read more >Space to Preview doesn't work, only with Shift+Space - Glyphs
There seems to be some system shortcut eating the keyboard events. I can not replicate this. I can use my keyboard in any...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@Prabhusarathy18 sorry I didnt test this with the new binary. If my memory does not fail me, pointing through jupyter notebook wasn’t working, because in some
.js
files there waslocalhost
hardcoded. I found a dir with extension installed, in which I then looked up ‘localhost’ with linux commandfind
. Then in all found files I changed localhost to ip of my server.Thanks for the response! @agi1512 @wenmin-wu