diff --git a/vagrant/Vagrantfile b/vagrant/Vagrantfile index 8abec815..07b0f69e 100644 --- a/vagrant/Vagrantfile +++ b/vagrant/Vagrantfile @@ -34,6 +34,8 @@ Vagrant.configure("2") do |config| # Forward port for jupyter notebooks config.vm.network "forwarded_port", guest: 8888, host: 8888 + config.vm.network "forwarded_port", guest: 9001, host: 9001, protocol: "tcp" + config.vm.network "forwarded_port", guest: 9002, host: 9002, protocol: "tcp" # Create a private network, which allows host-only access to the machine # using a specific IP.