Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 942 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 942 Bytes

TSDemoBoard

Jupyter notebooks for showing the evolving set of services configured and implemented in a HAPI-FHIR server.

Setup

  1. Clone repository
  2. Make a virtual environment (optional)
  3. Run: pip install -r requirements.txt

Running

  1. From command line, change directory to where you cloned this repository.
  2. Run: jupyter notebook
  3. A new tab will open up in your web browser, allowing you to select local notebooks. Select CodeSystem.ipynb to open the notebook.
  4. You can run cells one at a time by clicking the "Run" button from the toolbar. Alternatively, you can run them all by opening the "Cell" menu and selecting "Run all".

You can view the state of each notebook from github and see the output: Example: https://github.com/HOT-Ecosystem/TSDemoBoard/blob/chris-validation/ResourceValidation.ipynb

Content and code is in the pages branch.