Skip to content

Commit

Permalink
add warning for napari removal (#130)
Browse files Browse the repository at this point in the history
* add warning

* add napari warning and release note

* update

* update

* update
  • Loading branch information
giovp authored Aug 23, 2024
1 parent 08e914f commit 6c826db
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 9 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@ on:
pull_request:
branches: [main]

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
lint:
name: Lint notebooks
Expand Down
5 changes: 0 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,3 @@ repos:
args: [--py38-plus]
- id: nbqa-black
- id: nbqa-isort
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.0.3
hooks:
- id: prettier
types_or: [yaml]
18 changes: 18 additions & 0 deletions tutorials/tutorial_napari.ipynb
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
":::{warning}\n",
"🚨🚨🚨 **Warning!** 🚨🚨🚨\n",
"\n",
"The original napari-plugin of Squidpy has been moved to [napari-spatialdata](https://github.com/scverse/napari-spatialdata).\n",
"\n",
"All the functionalities previously available, are also implemented in the new plugin, which also has many additional new features.\n",
"\n",
"You can find a rich set of [documentation and examples](https://spatialdata.scverse.org/projects/napari/en/latest/index.html), we suggest to start with this [tutorial](https://spatialdata.scverse.org/projects/napari/en/latest/notebooks/spatialdata.html)\n",
"\n",
"If you are new to SpatialData, we invite you to take a look at the documentation [here](https://spatialdata.scverse.org/en/latest/tutorials/notebooks/notebooks.html)\n",
"\n",
":::"
]
},
{
"attachments": {},
"cell_type": "markdown",
Expand Down

0 comments on commit 6c826db

Please sign in to comment.