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
* updated example with more comments etc
* fix formatting
* fixed formatting, add more comments
* added link to github to docs
* fixed more tests
* added pooch to poetry lockfile
* fix tests
* Apply suggestions from code review
Co-authored-by: Philipp Otto <[email protected]>
Co-authored-by: Jonathan Striebel <[email protected]>
Co-authored-by: Jonathan Striebel <[email protected]>
Co-authored-by: Philipp Otto <[email protected]>
Copy file name to clipboardExpand all lines: docs/src/webknossos-py/examples/learned_segmenter.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ This example trains a segmenter from a volume annotation and applies it to the w
14
14
It builds upon the two previous examples using the [Dataset API](dataset_usage.md) and [dataset upload](upload_image_data.md).
15
15
Additionally, it downloads [this manual volume annotation of a subset of the skin example dataset](https://webknossos.org/annotations/Explorational/616457c2010000870032ced4) which is used for training.
16
16
17
-
*This example additionally needs the scikit-learn package.*
17
+
*This example additionally needs the scikit-learn and pooch packages.*
Copy file name to clipboardExpand all lines: docs/src/webknossos-py/index.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,9 @@ To get started, check out the [installation instructions](installation.md).
21
21
- Interaction, connection & scripting with your webKnossos instance over the REST API
22
22
- Up- & downloading annotations and datasets
23
23
24
+
## Source Code
25
+
26
+
The `webknossos` Python package is [open-source on GitHub][https://github.com/scalableminds/webknossos-libs]. Feel free to report bugs there or open pull requests with your features and fixes.
0 commit comments