score:-2

if you are going to use scala for spark, it's better to setup/use zeppelin notebook environment instead of jupyter. and once you have zeppelin working, create a new notebook and in an empty cell you can use the %sh magic command to run unix style commands (like sudo apt-get ) to install any additional libraries you'll need.


Related Query

More Query from same tag