rstudio / rsconnect-jupyter

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

'Publish to RStudio Connect' button not showing on Jupyter notebook #282

Closed malm0d closed 3 years ago

malm0d commented 4 years ago

After installing both Jupyter notebook and rsconnect-jupyter in a virtual environment, and enabling the rsconnect-jupyter extension, the button 'Publish to RStudio Connect' is not available on my Jupyter notebook. The validations all returned: 'OK' when I ran the commands to enable rsconnect-jupyter as an extension, so I'm not very sure what the issue is.

mmarchetti commented 4 years ago

Sorry for the delay in getting back to you. Things to check:

Jupyter looks in multiple places for configs. If you need to get back to a clean state, remove any rsconnect-related configuration from the Jupyter directories (use jupyter --config-dir or jupyter --data-dir to get the locations on your system, from $HOME/.jupyter, and from your virtualenv ($VIRTUAL_ENV/share/jupyter or $VIRTUAL_ENV/etc/jupyter).

If you have access to RStudio Support, you can open a ticket there which will get a faster response.

scottmmjackson commented 3 years ago

Closing this issue as it's been stale for nearly a year.