For the demo, click here to open the RSNA20_NLP.ipynb
notebook in Google Colab.
If you would like to contribute to the development of the demo notebook, please start by creating a Fork of this repository in your own GitHub account (look for the Fork
button in the top right of this page).
You can develop the notebook in Colab by following these steps:
- From your fork of the repo, open
RSNA20_NLP.ipynb
in GitHub - Click the link at the top of the notebook to open it in Colab
- Once in Colab, save a copy of the notebook to your Google Drive
- Rename your copy from
Copy of ...
toRSNA20_NLP.ipynb
- Edit the notebook...
- When you're ready to push your changes back to GitHub, select Save a Copy to GitHub from the File menu and save it back to your repo with a commit message describing what you changed or added
- Finally, return to your GitHub repo to Compare & Submit a Pull Request