Quick question regarding the kernel: Is there a ke...
# datascience
h
Quick question regarding the kernel: Is there a keyboard shortcut to show method arguments help? Like Ctrl-P in the IDE
i
No special shortcut, but parameters are present in completion popup since the latest versions of kernel
h
Latest meaning Kotlin kernel v. 0.10.0.40, Kotlin v. 1.5.30-dev-598 or later?
i
I mean dev versions, you may try this
pip install -i <https://test.pypi.org/simple/> kotlin-jupyter-kernel==0.10.0.118
h
I'll do. Thanks for the support.