SIH Tech Tidbits

Useful tips, libraries and tools from the Sydney Informatics Hub team

#Jupyter Articles




Better autocompletion in Jupyter Lab

Autocompletion of variable names in Jupyter Lab (or Notebook) can be frustratingly inconsistent. For a smoother development experience, the jupyterlab-lsp extension provides better completions using the same language servers as …