Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 1.13 KB

README.md

File metadata and controls

23 lines (17 loc) · 1.13 KB

Australia National University

Welcome to the GitHub repository for the clinical NLP mater course at ANU.

The notebooks assume that you are using the Jupyterhub environment at the University of Utah.

If you have been added to the environment, do the following steps:

  • With your favorite web browser, go to jupyterhub.med.utah.edu jupyterhub

  • Authenticate with GitHub authenticate

  • Open a new terminal new terminal

  • Clone the repository with the command git clone https://github.com/uudbmi/anu_clinical_nlp.git clone

  • If you have already cloned the repository and want to get the updated code, cd to the directory with the command cd anu_clinical_nlp and execute the command git pull cd pull

  • If you get a conflict message, you may need to discard the changes you have made by using the following command: git checkout -- .

  • Now back in your home page, click on the anu_clinical_nlp folder and open the ROADMAP.ipynb file.