Skip to content
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, Dense

Jupyter notebooks can be installed.

Sample datasets:

ls /dbh_data

No write privileges on /dbh_data. Use generators for making copies if necessary.

Clone this wiki locally