With a single keystroke, switch between editor and command modes. Use the arrow keys to navigate between cells. All the Jupyter shortcuts are available. Fully interactive outputs are available right under the cell. Editing code cells is easy with smart code completion, quick error checking and quick fixes, and easy navigation. You can connect to remote JupyterHub or JupyterLab servers from the IDE. Interactively run Python scripts and arbitrary expressions in a Python Console. You can see the outputs and the state variables in real time. Split Python scripts into code cells using the #%% separator, and run them individually in a Jupyter notebook. Interactive controls allow you to browse DataFrames or visualizations in real time. All popular Python scientific libraries, including Plotly and Altair, ipywidgets and others, are supported.