Ryan Tam
Ryan Tam
Hello! Sorry for the late reply. Of course, will try to do this in the coming days. Though I really recommend configuring [keyboard shortcuts](https://ryantam626.github.io/jupyterlab_code_formatter/configuration.html#keyboard-shortcuts) instead of clicking a button.
@slavistan ``` { "args": {}, "command": "jupyterlab_code_formatter:black", "keys": [ "Ctrl K", "Ctrl M" ], "selector": ".jp-CodeMirrorEditor" }, ``` should work. I am not sure why `jupyterlab_code_formatter:format` doesn't work on textfiles...
The lines ``` Error loading server extension jupyterlab_code_formatter X is jupyterlab_code_formatter importable? ``` highlights the issue at play here. To dive into this, I have built your image (btw your...
Ah I was going to look at this over the long weekend, glad it worked out, considering the error seems to be quite obscure!
@vnijs Sorry I missed this, is this still an issue?
@xin-hao-awx have you tried installing the plugin? If it doesn't work please open a new issue :pray:
Sorry for the late reply, was extremely burnt out and just switched off. Yes of course it would be welcomed!!
Hello, I don't use Windows so I can't really test things out. Can you in a WinPython interpreter try using `subprocess.Popen`? I have a feeling WinPython has implemented `subprocess.Popen` in...
Hi! Can you try it with the latest version of the plugin (1.5.3)? It includes a change that should fix this issue.