Is there any way to use Wolfram Engine in Google Colab notebooks?
https://colab.research.google.com/
I followed instructions on https://www.wolfram.com/engine/ but got stuck because Docker is not available by default (colab already runs under Docker). I tried some recipes on installing docker inside docker in colab but they were broken. The common/popular way is to install things on Colab is by using apt-get
command, but this path is not provided for Wolfram Engine.
Google Colab is popular because it comes with GPUs access for free. Visualization is done using Matlab-inspired matplotlib, it would be nice to be able to use ListPlot
instead