Skip to content

Commit

Permalink
Merge pull request #3 from royerlab/md-warning
Browse files Browse the repository at this point in the history
Added extra instructions regarding markdown jupyter
  • Loading branch information
JoOkuma authored Oct 22, 2024
2 parents a97b17d + e29a30e commit d8b48e3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tutorial/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@ There are two goals with this tutorial:
1. Introduce the participants to [ultrack package](https://github.com/royerlab/ultrack) and its capabilities.
2. Show that there are other ways of segmentating and tracking cells rather than training by annotating thousands of cells and applying deep learning models. Pre-trained models and classical algorithms are our friends and can be used to solve many problems.

## Notes

```{warning}
The notebooks are provided as Markdown files (`.md`) to open them as Jupyter Notebooks, you must right click on the file on your Jupyter interface and select `Open with` -> `Notebook`.
```

## Instructors

The instructors for this workshop are:
Expand Down
2 changes: 2 additions & 0 deletions tutorial/tracking.md
Original file line number Diff line number Diff line change
Expand Up @@ -358,6 +358,7 @@ for gamma in gammas:

```{code-cell} ipython3
:tags: [remove-input]
# printing the results
pd.DataFrame(metrics).sort_values("TRA", ascending=False)
```
Expand Down Expand Up @@ -393,6 +394,7 @@ Once we have the combined contours and foreground, the process is the same as ev

```{code-cell} ipython3
:tags: [remove-output]
tracker.track(
foreground=foreground,
contours=contours,
Expand Down

0 comments on commit d8b48e3

Please sign in to comment.