forked from crocodoyle/brainhack-website
-
Notifications
You must be signed in to change notification settings - Fork 0
login
christinerogers edited this page Aug 24, 2017
·
4 revisions
How to log in using the special resources provided to this Hackathon by our generous sponsors.
ssh -X username@hostname
Enter your given password
bash start_python.sh
source dbh_venv/bin/activate
You should now see (dbh_venv) at the head of the commandline, e.g.:
(dbh_venv) dbhXX@dbh:
To install packages, e.g.:
pip install numpy
ipython console is installed -- recommended to use.
ipython
import keras as k
from keras.layer import Input, DenseJupyter notebooks can be installed.
ls /dbh_data
No write privileges on /dbh_data. Use generators for making copies if necessary.