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