generated from napari/napari-workshop-template
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
42 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,14 @@ | ||
.DS_Store | ||
.ipynb_checkpoints | ||
napari-workshops/_build/ | ||
tutorial/_build/ | ||
|
||
# data files | ||
*.zip | ||
*.tif | ||
*.csv | ||
*_track.txt | ||
|
||
# ultrack files | ||
metadata.toml | ||
*.lock | ||
data.db |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,7 @@ | ||
# napari-workshop-template | ||
# Ultrack I2K 2024 Workshop | ||
|
||
A JupyterBook template for napari workshops. | ||
## Acknowledgements | ||
|
||
**To see the built website, go to | ||
https://<your_github_username>.github.io/napari-workshop-template**. For | ||
example, see this template [here](https://napari.org/napari-workshop-template/home.html). | ||
This workshop is based on [napari/napari-workshop-template](https://github.com/napari/napari-workshop-template). | ||
|
||
**To see a live version where you can execute the notebooks on your browser, use [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/napari/napari-workshop-template/main)** (make sure this link points to your own repository!) | ||
|
||
## What is this repository? | ||
|
||
This repository is meant to be [forked](https://docs.github.com/en/get-started/quickstart/fork-a-repo) and edited so that you have a starting point when creating your own napari workshop. All instructions below are meant to be executed _on your own fork_, so that you have a copy of the template that you can adjust to your needs. | ||
|
||
You can also click the `Use this template` button in the GitHub web interface for this repository: | ||
|
||
![Use this template button on GitHub interface](napari-workshops/docs/images/00-template.png) | ||
|
||
> [!TIP] | ||
> Once you have created your workshop, if you would like the event to be listed [in the workshops page in napari.org](https://napari.org/stable/further-resources/napari-workshops.html), feel free to [submit a pull request to the napari/docs repository](https://github.com/napari/docs/blob/main/docs/further-resources/napari-workshops.md). | ||
## Documentation | ||
|
||
To learn more about how to build, publish, share and cite your workshop materials, check the [Build your own workshop section](https://napari.github.io/napari-workshop-template/docs/build_your_workshop.html). | ||
|
||
## Contributing to this repository | ||
|
||
If you find typos, incomplete or misleading instructions, or have suggestions for improvements to this template, open an issue at the napari/napari-workshop-template repo. | ||
We make use of [napari-convpaint](https://github.com/guiwitz/napari-convpaint) for segmentation. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,26 @@ | ||
name: workshop | ||
name: ultrack-i2k2024 | ||
channels: | ||
- gurobi | ||
- pytorch | ||
- conda-forge | ||
- defaults | ||
dependencies: | ||
- python=3.12 | ||
- pytorch | ||
- jupyterlab | ||
- jupytext | ||
- matplotlib | ||
- napari | ||
- jupyterlab-myst | ||
- jupyter-book | ||
- notebook | ||
- cellpose | ||
- coin-or-cbc | ||
- gurobi | ||
- jupyter | ||
- nodejs | ||
- pip | ||
- pyqt | ||
- higra | ||
- pip: | ||
- jupyter-book | ||
- napari-animation | ||
- py-ctcmetrics | ||
- napari | ||
- ultrack |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,4 +4,6 @@ jupytext | |
napari[all] | ||
napari-animation | ||
matplotlib | ||
|
||
py-ctcmetrics | ||
cellpose | ||
ultrack |