Initial contribution of R, scipy, minimal notebook stacks

This commit is contained in:
Peter Parente
2015-07-19 23:20:27 -04:00
parent e3ef913ff8
commit 8ab2e0ed8f
11 changed files with 316 additions and 1 deletions

View File

@@ -0,0 +1,4 @@
#!/bin/bash
if [ ! -z "$GRANT_SUDO" ]; then
echo "$NB_USER ALL=(ALL) NOPASSWD:ALL" > /etc/sudoers.d/notebook
fi