...
2. Add or remove users from the mongo-db access list
Any user on the access list can add or remove users:
...
a. at your computer terminal, type: ssh yournetid@cbsujohnson.biohpc.cornell.edu
b. enter your password
(c. type: screen -r r)
d. run the following command:
...
Copy this link to your browser, you can then see the jupyter notebook page
4. Steps to edit and run the data pipeline in your computer terminal:
(Currently don't have permission to edit or run Jupyter Notebook in Browser, the connection was interrupted)
a. cd /workdir/yournetid/get_colors
b. vim /local/workdir/yournetid/get_colors/extract_colors_pipeline.py
c. search mode(find where you hope to edit): type \
d. edit mode: type i (insert)
e. save and quit: esc, type :(column) wq, then hit enter
f. to run: type python /local/workdir/yournetid/get_colors/extract_colors_pipeline.py
google doc version of this documentation: https://docs.google.com/document/d/10mJzJUvUKSlWoK7e-n8yJ-766NdSm0LfIWmDjoRTBQ8/edit
...
