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
-
Clone the repository with the command
git clone https://github.com/uudbmi/anu_clinical_nlp.git
-
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 commandgit 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 theROADMAP.ipynb
file.