A Pen by Thomas Ingalls on CodePen.
When hosting our web applications, we often have one public IP
address (i.e., an IP address visible to the outside world)
using which we want to host multiple web apps. For example, one
may wants to host three different web apps respectively for
example1.com
, example2.com
, and example1.com/images
on
the same machine using a single IP address.
How can we do that? Well, the good news is Internet browsers
A 96 well plate.
A Pen by Thomas Ingalls on CodePen.
Knitr beats the socks off of an iPython notebook. Both tools do the same job, but knitr doesn't require you to leave your established text editor workflow.
Tested specifically on OS X 10.9, with R 3.1.2 and Anaconda python distribution.
- Calling an R script from the terminal will use the python version currently in the system
PATH
. If you need to specify a python 3.x or python 2.x environment, make your life easier and do it from the command line before you do anything else.