I'm starting to play with Colaboratory but I've noticed that shift-tab
doesn't pop up Docstrings for functions as it does in Jupyter.
Is this functionality absent or just accessed some other way?
Shift-tab dedents. To see contextual help inline, hit tab after an open parens, e.g.,
import os
os.open(
Or, execute the cell with a trailing ?
and help will open in the bottom pane, e.g,.
import os
os.open?
Ctrl +
Space helped me. Both for docstring and autocomplete.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With