Settings not showing up in Toolbar

I am a newbie when it comes to Jupyter.

I have Ananconda Navigator installed in 2 PCs (Win 11 Pro and Win 10 Pro). Here are the following details:

PC1
Anaconda Navigator version: 2.5.2
OS: Win 10 Pro
JupyterNotebook version: 7.0.8

The menu toolbar appears upon launch of Jupyter’s directory and after clicking on the notebook, the menu toolbars appears as it should below.

However in PC2 with the below specs:
Anaconda Navigator version: 2.6.0
OS: Win 11 Pro
JupyterNotebook version: 6.5.4

The menu toolbar does not show up upon the launch of the Jupyter’s directory but it shows up in the upon launch of the notebook sans the Settings tab. I would like to change the theme. Please see below:

Please see the differences:

Is this cuz its Win 11 or Jupyter version issue?
And how can I enable the Settings to appear in the toolbar?
Thanks and cheers.

I’m not sure what you are asking?
You are comparing two very different things here in regards to the Jupyter version.
You can make the other look different by making the versions consistent.

If you are unclear why I say there are very different Jupyter versions, see the bottom half of my answer here for some information on a recent dramatic update to the Jupyter ecosystem. (Or see here or here.) Your versions of Jupyter Notebook in your screenshots straddle each side this time of change.

Jupyter version issue.
It is because you are using 7.0.8 on Windows 10 machine. And using an old version of Jupyter that doesn’t have that feature on the Windows 11 machine.

Hi N,

Seen the title “Settings not showing up in Toolbar” and having the same problem I want to know if you find any solution for It?

My Jupyter Notebook version is:

Server Information:

You are using Jupyter Notebook.
The version of the notebook server is: 6.5.4

and my menu looks like this:

No Seetings in the Menu

Thank you

You want to be using a version of Jupyter Notebook that is higher than 7 if you expect ‘Settings’ to show up there. That feature was added in 7 plus.

It isn’t ‘missing’ in 6.5.4. That version of Jupyter Notebook doesn’t have that feature .
You can see the same looking Toolbar as you have here where I have it set to launch into the old tech. Like your 6.5.4.

For comparison, go to here and choose anyone of those that say Notebook 7 or greater, such as this one, click on the ‘launch binder’ badge and look that the toolbar in the sessions that come up. You’ll see it has the feature of a ‘Settings’

Excellent and thank you very much fir the prompt response.fomightez!