Skip to content

Commit

Permalink
update jupyter link
Browse files Browse the repository at this point in the history
  • Loading branch information
cterrazas2 committed Sep 5, 2023
1 parent ae21464 commit 0b3a47f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/how-to/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ To begin using `pyvet` run the following:
pip install pyvet
```

Check out the [Jupyter notebook](/docs/tutorials/explore_pyvet.ipynb)
Check out the [Jupyter notebook]("https://github.com/cterrazas2/pyvet-jupyter/blob/main/explore_pyvet.ipynb")
for some examples if you just want to get up and running quickly.

## Required software for local development
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/quick_start.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ To retrieve veteran data from the API, ensure your VA API key is set.
You should store your API key in an environment variable named `VA_API_KEY`
or in `creds.py` if you are developing locally.

You can also a download a Jupyter Notebook that uses pyvet [here](explore_pyvet.ipynb).
You can also a download a Jupyter Notebook that uses pyvet [here]("https://github.com/cterrazas2/pyvet-jupyter/blob/main/explore_pyvet.ipynb").

## Veteran Benefits Intake

Expand Down

0 comments on commit 0b3a47f

Please sign in to comment.