You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-5
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,8 @@
1
1
# fastplotlib SciPy 2023
2
2
3
-
Materials for the `fastplotlib` talk at SciPy 2023. This repo includes installation instructions and the demo notebooks covered in our talk.
3
+
Materials for the [`fastplotlib`](https://github.com/kushalkolar/fastplotlib/) talk at SciPy 2023. This repo includes installation instructions and the demo notebooks covered in our talk.
4
+
5
+
For more info on `fastplotlib` see the repo: https://github.com/kushalkolar/fastplotlib/
@@ -11,13 +13,13 @@ The demos cover the following topics:
11
13
12
14
# Installation instructions
13
15
14
-
See the `fastplotlib` repo for [installation](https://github.com/kushalkolar/fastplotlib#:~:text=on%20gitter.-,Installation,-Install%20using%20pip).
16
+
See the `fastplotlib` repo for [installation](https://github.com/kushalkolar/fastplotlib#installation).
15
17
16
18
In order to run the notebooks you will also need to have `imageio` and `zarr` installed. These are not dependencies of `fastplotlib`, but are being used in these demos.
- Sliders, support window functions, `GridPlot`, etc.
34
36
35
37
# Docs
36
-
For a more in-depth look at our API, please visit our [docs](https://fastplotlib.readthedocs.io/en/latest/?badge=latest).
38
+
For a more in-depth look at our API, please visit our [docs](https://fastplotlib.readthedocs.io/en/).
37
39
38
40
# Contributions
39
-
`fastplotlib` is a relatively new software, and we are always looking for feedback or help! Please see the [contributing guide](https://github.com/kushalkolar/fastplotlib/blob/master/CONTRIBUTING.md).
41
+
`fastplotlib` is a relatively new library, and we are always looking for feedback or help! Please see the [contributing guide](https://github.com/kushalkolar/fastplotlib/blob/master/CONTRIBUTING.md).
40
42
41
43
You can also look at our [Roadmap for 2023](https://github.com/kushalkolar/fastplotlib/issues/55) and [Issues](https://github.com/kushalkolar/fastplotlib/issues) for more ideas on how to contribute.
0 commit comments