Skip to content

Commit 36ef1ef

Browse files
committed
Adding colab
1 parent 5fdf547 commit 36ef1ef

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

docs/source/index.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,14 @@ Feature Highlights
3737

3838
Comprehensive API documentation
3939

40+
.. grid-item-card:: ⚡ Open in Colab
41+
:link: https://colab.research.google.com/github/TIO-IKIM/CellViT-Inference/blob/main/CellViT_Inference.ipynb
42+
:class-card: feature-card
43+
:img-top: https://colab.research.google.com/assets/colab-badge.svg
44+
45+
Run examples directly in Google Colab
46+
47+
4048
Video Demonstration
4149
===================
4250

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "cellvit"
7-
version = "0.1.1a1"
7+
version = "1.0.0b"
88
description = "CellViT Inference Pipeline for Whole Slide Images (WSI) in Memory"
99
authors = [
1010
{ name = "Fabian Hörst", email = "[email protected]" }
1111
]
1212
license = {text = "Apache 2.0 with common clause, see LICENSE"}
1313
classifiers = [
14-
"Development Status :: 3 - Alpha",
14+
"Development Status :: 4 - Beta",
1515
"Intended Audience :: Education",
1616
"Topic :: Scientific/Engineering :: Artificial Intelligence",
1717
"Programming Language :: Python :: 3",

0 commit comments

Comments
 (0)