Skip to content

cynddl/bandicoot-course

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bandicoot-course

Slides and ipython notebooks for the mobile phone data analysis course

Random useful commands

Launching IPython notebook remotely:

# Server
ipython2 notebook --no-browser --port=8889

# Client
ssh -N -f -L localhost:8889:localhost:8889 {user}@{netmob-server}

Connecting to RStudio remotely:

# Client
# Ask to get rstudio-server started (need root user)

# Client
ssh -N -L 8787:localhost:8787 {user}@{netmob-server}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published