Last active
May 29, 2023 15:53
-
-
Save kirisakow/2f6ef957673df6dcbc20bcdaa33c202a to your computer and use it in GitHub Desktop.
Run Spark MLlib and Scala in Google Colab with Almond
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
To @sunnysea @Platinum-Dragon and anyone who is reading this:
Google Colab interface has seemingly undergone changes and does not allow to use side kernels the way it used to be.
I myself have stopped using Google Colab and have been using Docker images and containers instead.
To run Scala in Jupyter Notebook as a Docker container, you can use this guide of mine based on
jupyter/all-spark-notebook
Docker image, the latest Almond and Scala.Happy coding!