I am curious how do you use Jupyter?<p>For me, it used to be Jupyter Notebook. For reasons I cannot pinpoint, I never got convinced to JupyterLab. Sometimes I use Google Colab, primarily for sharing and using GPU for deep learning. Now, when I run it locally, I do it in Visual Studio Code (<a href="https://code.visualstudio.com/docs/datascience/jupyter-notebooks" rel="nofollow noreferrer">https://code.visualstudio.com/docs/datascience/jupyter-noteb...</a>), since I don't need to jump back and forth between it and the rest of the code.