This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(xenial)mghenis@localhost:~$ conda install -c conda-forge jupyter_nbextensions_configurator | |
Solving environment: done | |
==> WARNING: A newer version of conda exists. <== | |
current version: 4.4.10 | |
latest version: 4.5.1 | |
Please update conda by running |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# White elephant gift exchange | |
# | |
# Rules: | |
# 1) N players each bring one gift | |
# 2) Each round, a player | |
# 3) Gifts can not be stolen more than three times each |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
x <- 1 + 1 | |
data.frame(x) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mydata <- read.csv("http://www.ats.ucla.edu/stat/data/binary.csv") |
NewerOlder