shift + tab
for tooltip (documentation of function) (ipy)
tab
for auto-completion (annotation)
- Note: IPython 6.3.1 has temporarily disabled type annotations.
To re-enable them, add
c.Completer.use_jedi = True
to an ipython_config.py file https://jupyterlab.readthedocs.io/en/latest/user/notebook.html
- debug with ipy(>=6), should start everything with
jupyter lab
jupyter-lab
- add
jupyterlab-lsp
and python-lsp-server[all]
shift + right-click
for browser original context menu
- can drag and drop cells
ctrl shift c
for command palette
Sources