Skip to content

Commit 36f1863

Browse files
committed
Added links to doc pages
1 parent 2aba57a commit 36f1863

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

05_feature_extraction/04_feature_extraction.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"\n",
4949
"*Remember*: Labelled images with multiple occurrences of the same type of objects (e.g., cells or nuclei) are the result of an *instance segmentation* task, whereas a unique label is assigned to every object.\n",
5050
"\n",
51-
"Dictionaries in Python typically have a `key`-`value` structure and can be created and accessed like this:"
51+
"[Dictionaries in Python](https://docs.python.org/3/tutorial/datastructures.html#dictionaries) typically have a `key`-`value` structure and can be created and accessed like this:"
5252
]
5353
},
5454
{
@@ -123,7 +123,7 @@
123123
"id": "2461b674-5a27-4c94-960d-b3dc0fa3634d",
124124
"metadata": {},
125125
"source": [
126-
"The `pandas` library provides a great amount of useful functions to work with tabular data. The pandas-equivalent of a dictionary is called a `DataFrame` and can be created from a dictionary by simple means:"
126+
"The [Pandas](https://pandas.pydata.org/) library provides a great amount of useful functions to work with tabular data. The pandas-equivalent of a dictionary is called a `DataFrame` and can be created from a dictionary by simple means:"
127127
]
128128
},
129129
{

0 commit comments

Comments
 (0)