Skip to content

Commit

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

Check out the
[Jupyter]("https://github.com/cterrazas2/pyvet-jupyter/blob/main/explore_pyvet.ipynb")
notebook for some examples if you just want to get up and running quickly.
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 @@ -5,7 +5,7 @@ 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").
[here](https://github.com/cterrazas2/pyvet-jupyter/blob/main/explore_pyvet.ipynb).

## Veteran Benefits Intake

Expand Down

0 comments on commit a4c91ce

Please sign in to comment.