How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "zyz/centos7-python"
end
vagrant init zyz/centos7-python
vagrant up
This version was created over 3 years ago.
CentOS7 Vagrant environment with Jupyter Notebook service in background.
This version was created almost 4 years ago.
Version 1.1.0 for zyz/centos7-python