Is there an analog of "Command Palette" in Anaconda's Jupyter notebook?

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.

1 Like

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.