From 7b4bd06e5003cca4b05efac4707be4402f515322 Mon Sep 17 00:00:00 2001 From: Kevin Cutler <39454982+kevinjohncutler@users.noreply.github.com> Date: Wed, 6 Jul 2022 22:34:10 -0700 Subject: [PATCH] Update README. --- README.md | 2 +- example.ipynb | 68 --------------------------------------------------- 2 files changed, 1 insertion(+), 69 deletions(-) diff --git a/README.md b/README.md index dca7c50..109050c 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ [![PyPI version](https://badge.fury.io/py/ncolor.svg)](https://badge.fury.io/py/ncolor) - +[![Downloads](https://static.pepy.tech/personalized-badge/ncolor?period=total&units=international_system&left_color=grey&right_color=green&left_text=Downloads)](https://pepy.tech/project/ncolor) # ncolor bacteria diff --git a/example.ipynb b/example.ipynb index ef98c25..278ef00 100644 --- a/example.ipynb +++ b/example.ipynb @@ -139,74 +139,6 @@ "source": [ "dir(ncolor)" ] - }, - { - "cell_type": "code", - "execution_count": null, - "id": "60af2068-6890-4f61-91ff-8c16c3bf3b27", - "metadata": {}, - "outputs": [], - "source": [ - "ncolor.label(m)\n" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "id": "0ba8d82e-3de3-4cc2-a7ea-8511ef8c8792", - "metadata": {}, - "outputs": [], - "source": [ - "import cellpose" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "id": "e150615d-8164-4b22-a221-26e5bca48bd9", - "metadata": {}, - "outputs": [], - "source": [ - "dir(cellpose)\n" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "id": "558c5be9-64b8-430c-8465-28acd2478d1e", - "metadata": {}, - "outputs": [], - "source": [ - "dir(cellpose.plot.ncolorlabel)" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "id": "dc4dd340-af54-44dc-b694-d6a90ee8952a", - "metadata": {}, - "outputs": [], - "source": [ - "cellpose.plot.ncolorlabel(m)" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "id": "66731abe-a4ec-413b-b3da-65e55bd49bf6", - "metadata": {}, - "outputs": [], - "source": [ - "import ncolor\n" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "id": "a6f81164-0d34-4f48-a0ac-6f9ddba72766", - "metadata": {}, - "outputs": [], - "source": [] } ], "metadata": {