Skip to content

Latest commit

 

History

History
48 lines (40 loc) · 651 Bytes

File metadata and controls

48 lines (40 loc) · 651 Bytes
jupytext
text_representation
extension format_name format_version jupytext_version
.md
myst
0.13
1.14.2
kernelspec
display_name language name
Python 3.6.8 64-bit
python
python3

+++ {"pycharm": {"name": "#%% md\n"}}

Example notebook

---
pycharm:
  name: '#%%

    '
---
import numpy as np
from anndata import AnnData
import scverse_doc
---
pycharm:
  name: '#%%

    '
---
adata = AnnData(np.random.normal(size=(20, 10)))
---
pycharm:
  name: '#%%

    '
---
scverse_doc.pp.basic_preproc(adata)