craigbarratt / hass-pyscript-jupyter

Jupyter kernel shim to connect to HASS pyscript
Apache License 2.0
60 stars 10 forks source link

Code completion from ipykernel? #28

Closed mrcrdwd closed 1 year ago

mrcrdwd commented 1 year ago

Is there a way to get the code completion features with the pyscript kernel that you get when you run the ipykernel? For instance the ipykernel gives you detailed documentation and completion for something like math.floor() using (shift + tab). When using the pyscript kernel I'm not able to access that.

mrcrdwd commented 1 year ago

Installing Jedi Language Server basically solves the issue. Though shift+tab still doesn't work at least code completion and documentation are available.