I am taking “Data Analysis with Python” course and they use notebooks.ai or google colab.
I’d like to use offline tools and use Jupyter Notebooks from Anaconda package installed.
Is there an analog of “Command palette” as present in notebooks.ai or google colab in Anaconda’s Jupyter Notebooks?
Yes, Jupyter Notebooks and I believe Jupyter Lab also have a similar feature to the “Command Palette” you might find in Google Colab.
When you’re inside a Jupyter Notebook, you can press Ctrl + Shift + P to bring up the command palette. From there, you can search and execute various Jupyter commands.