Skip to content

Commit 9281dbc

Browse files
authored
Fix scanpy link in API tutorial (#128)
1 parent 2d43d74 commit 9281dbc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

api_overview.ipynb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,12 +113,13 @@
113113
]
114114
},
115115
{
116+
"attachments": {},
116117
"cell_type": "markdown",
117118
"metadata": {
118119
"id": "USVZNzYFqWby"
119120
},
120121
"source": [
121-
"Now we preprocess the data to remove, for example, genes that are very lowly expressed and other outliers. For these tasks we prefer the [Scanpy preprocessing module](https://scanpy.readthedocs.io/en/stable/api/index.html#module-scanpy.pp)."
122+
"Now we preprocess the data to remove, for example, genes that are very lowly expressed and other outliers. For these tasks we prefer the [Scanpy preprocessing module](https://scanpy.readthedocs.io/en/stable/api.html#module-scanpy.pp)."
122123
]
123124
},
124125
{

0 commit comments

Comments
 (0)