Install rbokeh with pip

Hello,

I have a little problem within the framework of a project I am led to carry out an interface in bokeh (so under python), for that I will have to reality bokeh, nevertheless I found one on a library named “rbokeh” as you can see on this link:

However, I can’t install it on my spyder, I have pip, but I can do actions like:
install pip rbokeh
pip install install.packages (“rbokeh”)
… … etc

Unable to correctly install the library on my spyder can you give me the methodology so that I can import it on spyder please?

rbokeh appears to be a version of bokeh for the R programming language, not for Python. To install Bokeh in Python, run pip install bokeh at the command line.

1 Like