Code intelligence
Deepnote comes with code intelligence tools that are common in traditional IDEs. As you write code, we make it easy for you to focus on the problem at hand rather than having to memorize function signatures and other code-specific details.
Autocomplete
As you type, we show you the relevant functions, methods, and defined variables. You can also trigger the autocomplete any time by hitting 'Tab' key.
Function documentation and parameter names
When you hover over a function, we surface its documentation if it is provided by the associated module. In addition, while filling out function parameters, you will see hints for the parameters you'll need. You can also trigger these hints by hitting 'Shift+Tab'.