How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "data-science-toolbox/dst"
end
vagrant init data-science-toolbox/dst
vagrant up
This version was created almost 10 years ago.
Updated to Ubuntu 14.04 and latest versions of the Python scientific stack.
This version was created over 10 years ago.
There isn't a description.