+in the directory containing the Vagrantfile. Wait until the process finishes; this can take quite a long time on the first run, but is usually quicker subsequently.
+
You should be able to go to:
* `http://127.0.0.1:8888` to see the notebooks
You should be able to go to:
* `http://127.0.0.1:8888` to see the notebooks
@@ -27,4+29,10 @@ If the services don't seem to be running:
To see a full list of vagrant commands:
To see a full list of vagrant commands:
-`vagrant`
\ No newline at end of file
+`vagrant`
+
+To power down the virtual machine:
+
+`vagrant suspend` or `vagrant halt`
+
+in the directory containing the Vagrantfile. Then use `vagrant up` again to restart.