Skip to content

adamacosta/ml4trading_course_vm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ML 4 Trading Course VM

To use, clone the repo, then enter in the terminal:

vagrant up
vagrant ssh

Once logged in, enter:

ipython

This will start the ipython notebook server on the VM. To access it from your web browser, open a second terminal and set up an ssh tunnel between your machine and the VM:

ssh -N -f -l localhost:7777:localhost:7777 [email protected]

Then log in using the tunnel:

ssh -L 7777:localhost:7777 [email protected]

Use the password vagrant. Now open up a web browser on your machine and navigate to localhost:7777. Create a notebook and begin using IPython.

About

Vagrantfile for building a minimal VM

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages