Skip to content

Commit

Permalink
Update instance repo from cookiecutter template
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 28, 2023
1 parent e4b7713 commit 99b691e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/notebooks/example.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"source": [
"import numpy as np\n",
"from anndata import AnnData\n",
"import pandas as pd\n",
"import cookiecutter_scverse_instance"
]
},
Expand Down Expand Up @@ -73,6 +74,15 @@
"source": [
"cookiecutter_scverse_instance.pp.basic_preproc(adata)"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"pd.DataFrame().assign(A=[\"a\", \"b\", \"c\"], B=[1, 2, 3])"
]
}
],
"metadata": {
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ doc = [
"ipykernel",
"ipython",
"sphinx-copybutton",
"pandas",
]
test = [
"pytest",
Expand Down

0 comments on commit 99b691e

Please sign in to comment.