Calmcode - jupyter lab: documentation

Documentation

1 2 3 4 5 6

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.