R
Use install.packages()
in a R notebook, as shown in the example below.
install.packages("yaml", repos="http://cran.stat.ucla.edu")
Python
Open a Python notebook and use pip
to install Python packages, as shown below.
!pip install vincent
Scala
Adding new JARs is not officially supported at this time.