Skip to content

Commit

Permalink
Merge pull request #36 from cterrazas2/jupyter-notebook-link
Browse files Browse the repository at this point in the history
fix jupyter link
  • Loading branch information
cterrazas2 authored Sep 5, 2023
2 parents 0b3a47f + a4c91ce commit 35d21fd
Show file tree
Hide file tree
Showing 2 changed files with 3 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]("https://github.com/cterrazas2/pyvet-jupyter/blob/main/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
3 changes: 2 additions & 1 deletion docs/tutorials/quick_start.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ 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]("https://github.com/cterrazas2/pyvet-jupyter/blob/main/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 35d21fd

Please sign in to comment.