When using a kotlin jupyter notebook it fails to p...
# datascience
h
When using a kotlin jupyter notebook it fails to provide help for me (see screenshot). This works flawless from a browser. Are cell commands broken in the IDE? Related to that, how I can fetch the used version of the jupyter kernel kotlin when using it within the IDE in a kotlin jupyter notebook?
r
image.png
h
Oh, good to know (and works for me in contrast to
:help
). I'd think this should be discoverable via
:help
(which it not the case yet), or the version should be exposed as
:version
to enable users to report issues more easily including the used kernel version.
r
cc @Ilya Muradyan
i
Issue with commands will be fixed in the next nightly
h
Amazing. Thanks @Ilya Muradyan for the quick fix. However, I'm still struggling that :help is not working from within the IDE (see my screenshot above).
i
Yes, I see, fix for this issue is ready and will appear in the next Nightly (and then cherry-picked to stable)