Is there a way to print information about a method...
# datascience
h
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
Currently, no. The KDoc is not generated for the kernel. You can track https://github.com/Kotlin/kotlin-jupyter/issues/73.
h
Thanks, gonna keep track of this!