Closed malm0d closed 3 years ago
Sorry for the delay in getting back to you. Things to check:
--sys-prefix
when enabling, and that the virtualenv was active when you did that.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.
Closing this issue as it's been stale for nearly a year.
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.