Skip to content

Commit

Permalink
Update README.
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinjohncutler committed Jul 7, 2022
1 parent cde12f5 commit 7b4bd06
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 69 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[![PyPI version](https://badge.fury.io/py/ncolor.svg)](https://badge.fury.io/py/ncolor)
<!-- [![Downloads](https://pepy.tech/badge/ncolor/day)](https://pepy.tech/project/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 <img src="https://github.com/kevinjohncutler/ncolor/blob/main/logo.png?raw=true" width="400" title="bacteria" alt="bacteria" align="right" vspace = "0">

Expand Down
68 changes: 0 additions & 68 deletions example.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 7b4bd06

Please sign in to comment.