Skip to content

Commit 8261d4e

Browse files
committed
Adding links directly to notebooks from README.
1 parent 165cbc5 commit 8261d4e

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ Now you're ready to go. From the command line, inside of this locally downloaded
2525
```$ jupyter-notebook```
2626

2727
Navigate to one of the following jupyter notebooks in the `notebooks/` folder, or just click the links below if you're browsing on github:
28-
- **Quickstart guide for Qumulo python API.ipynb** - This is the quickest way to get up and running with the python bindings and the Qumulo API.
29-
- **Exploring the Qumulo API python bindings.ipynb** - A deeper dive into the modules of the Qumulo API, including filesystem, configuration, analytics and more.
30-
- **Raw REST examples for the Qumulo API with python.ipynb** - How to use the python `requests` library to make raw HTTP REST requests against Qumulo.
28+
- **[Quickstart guide for Qumulo python API.ipynb](notebooks/Quickstart%20guide%20for%20Qumulo%20python%20API.ipynb)** - This is the quickest way to get up and running with the python bindings and the Qumulo API.
29+
- **[Exploring the Qumulo API python bindings.ipynb](notebooks/Quickstart%20guide%20for%20Qumulo%20python%20API.ipynb)** - A deeper dive into the modules of the Qumulo API, including filesystem, configuration, analytics and more.
30+
- **[Raw REST examples for the Qumulo API with python.ipynb](notebooks/Raw%20REST%20examples%20for%20the%20Qumulo%20API%20with%20python.ipynb)** - How to use the python `requests` library to make raw HTTP REST requests against Qumulo.
3131

32-
[Quickstart guide for Qumulo python API.ipynb](../blob/master/notebooks/Quickstart%20guide%20for%20Qumulo%20python%20API.ipynb)

0 commit comments

Comments
 (0)