##// END OF EJS Templates
don't mention `--pylab` in R or cell magic notebooks
MinRK -
Show More
@@ -975,7 +975,7
975 975 "cell_type": "markdown",
976 976 "metadata": {},
977 977 "source": [
978 "R's console (i.e. its stdout() connection) is captured by ipython, as are any plots which are published as PNG files like the notebook with arguments --pylab inline. As a call to %R may produce a return value (see above) we must ask what happens to a magic like the one below. The R code specifies that something is published to the notebook. If anything is published to the notebook, that call to %R returns None."
978 "R's console (i.e. its stdout() connection) is captured by ipython, as are any plots which are published as PNG files like `%matplotlib inline`. As a call to %R may produce a return value (see above) we must ask what happens to a magic like the one below. The R code specifies that something is published to the notebook. If anything is published to the notebook, that call to %R returns None."
979 979 ]
980 980 },
981 981 {
@@ -323,7 +323,7
323 323 "cell_type": "markdown",
324 324 "metadata": {},
325 325 "source": [
326 "R's console (i.e. its stdout() connection) is captured by ipython, as are any plots which are published as PNG files like the notebook with arguments --pylab inline. As a call to %R may produce a return value (see above) we must ask what happens to a magic like the one below. The R code specifies that something is published to the notebook. If anything is published to the notebook, that call to %R returns None."
326 "R's console (i.e. its stdout() connection) is captured by ipython, as are any plots which are published as PNG files, as with `%matplotlib inline`. As a call to %R may produce a return value (see above) we must ask what happens to a magic like the one below. The R code specifies that something is published to the notebook. If anything is published to the notebook, that call to %R returns None."
327 327 ]
328 328 },
329 329 {
General Comments 0
You need to be logged in to leave comments. Login now