jupyter lab:
documentation
Jupyterlab is an amazing environment to play around in. There are some features that can make the experience even better. A collection of them will be demonstrated here.
Notes
A few notes on shortcuts.
np.<TAB>
will prompt an autocomplete
np.random.random(<SHIFT + TAB>)
will prompt documentation to appear
?np.random.random
will prompt documentation to appear as output
For documentation the contextual helper can make your life a whole lot easier too.
Feedback? See an issue? Something unclear? Feel free to mention it here.
If you want to be kept up to date, consider signing up for the newsletter.