Join Slack
Powered by
Is there a way to print information about a method...
# datascience
h
Hampus Londögård
05/05/2021, 9:40 AM
Is there a way to print information about a method/object/class in jupyter? Like documentation or inputs? This is possible in Python by using
??
which is really nice
a
altavir
05/05/2021, 9:46 AM
Currently, no. The KDoc is not generated for the kernel. You can track
https://github.com/Kotlin/kotlin-jupyter/issues/73
.
h
Hampus Londögård
05/05/2021, 12:22 PM
Thanks, gonna keep track of this!
4
Views
Open in Slack
Previous
Next