Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RStudio Edition : Desktop RStudio Version : 1.2.943 OS Version : macOS 10.13.6 R Version : 3.5.1
Activate a dark theme, run the reticulate Python REPL, and try to request help:
reticulate::repl_python() ?dict
A theme-related warning is emitted, and the help document is not readable:
>>> ?dict Warning: No Python documentation found for 'theme/default/tomorrow_night_bright.rstheme?dark=1'.
Python help should open without issue.
We probably need the URI handler for themes on the Python endpoint as well:
The text was updated successfully, but these errors were encountered:
Verified on RStudio Desktop (MacOS 10.14 Mojave & Ubuntu 18.04) and RStudio Server (SUSE 12.3).
Sorry, something went wrong.
MariaSemple
Successfully merging a pull request may close this issue.
System details
Steps to reproduce the problem
Activate a dark theme, run the reticulate Python REPL, and try to request help:
Describe the problem in detail
A theme-related warning is emitted, and the help document is not readable:
Describe the behavior you expected
Python help should open without issue.
Notes
We probably need the URI handler for themes on the Python endpoint as well:
The text was updated successfully, but these errors were encountered: