rstudio / rsconnect-jupyter

Publish Jupyter notebooks to RStudio Connect
GNU General Public License v2.0
25 stars 6 forks source link

"Add Server" button is missing #362

Open xuesoso opened 1 year ago

xuesoso commented 1 year ago

Running on a fresh installation of jupyter notebook on "Ubuntu 20.04.2 LTS".

When setting up a new server, the buttons for "Add Server" and "Cancel" are missing. Any suggestions on how to get the buttons back?

package version:

jupyter_client                    8.1.0
jupyter-contrib-core              0.4.2
jupyter-contrib-nbextensions      0.7.0
jupyter_core                      5.3.0
jupyter-highlight-selected-word   0.2.0
jupyter-nbextensions-configurator 0.6.1
jupyter-server                    1.23.4
jupyterlab-pygments               0.1.2
rsconnect-jupyter                 1.8.0
rsconnect-python                 1.16.0
nbconvert                         6.5.4

Screenshot of the buggy version:

image

What it should look like (on rsconnect-jupyter==1.4.5 and rsconnect-python==1.7.0):

image
bcwu commented 1 year ago

Hi @xuesoso, can we get a bit more information on how the plugin was installed? Was it installed thorugh the steps in our documentation? Or was it cloned from the repository and then installed?

xuesoso commented 1 year ago

that's right. I followed the documentation and tried installing both via pip or conda, but got similar results.

bcwu commented 1 year ago

hi @xuesoso we haven't been able to run this one down. Could you tell us which Python version you were using, what is in the requirements.txt or environment.yml when you were doing the install for pip and conda? Thanks.