Add server option is not getting on UI

Hi,

I am unable to get the add server option on my UI. Did anyone face this issue prior?
I installed rsconnect-jupyter to publish from jupyter notebook to POSIT Connect.
I am installing jupyter-server as well, as it is not installed earlier in my environment.

I used following steps:

pip install jupyter-server rsconnect_jupyter
jupyter-nbextension install --sys-prefix --py rsconnect_jupyter
jupyter-nbextension enable --sys-prefix --py rsconnect_jupyter
jupyter-serverextension enable --sys-prefix --py rsconnect_jupyter

I am getting publish icon but when I tried to click and publish the content there is no add server option.

Thanks in advance

1 Like

When I've encountered thIs issue before, the cause was failure to run python -m jupyter serverextension enable --sys-prefix --py rsconnect_jupyter, which should have the same effect as the fourth step you ran above. That said: rsconnect-jupyter was deprecated in November and is no longer supported--we recommend using the command-line interface or the Publisher from VS Code or Positron.