Skip to content

Commit f4c1cec

Browse files
committed
🎨 hide input in histogram api example
1 parent 05c05b2 commit f4c1cec

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

docs/api_examples/histogram_plot.ipynb

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,11 @@
141141
"cell_type": "code",
142142
"execution_count": null,
143143
"id": "ac2db647",
144-
"metadata": {},
144+
"metadata": {
145+
"tags": [
146+
"hide-input"
147+
]
148+
},
145149
"outputs": [
146150
{
147151
"data": {

docs/api_examples/histogram_plot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
# ### 0.3. Create sample data
8585
# We create a synthetic dataset simulating gene expression data across two experimental conditions to demonstrate how histograms can visualize data distribution.
8686

87-
# %%
87+
# %% tags=["hide-input"]
8888
# Set a random seed for reproducibility of the synthetic data
8989
np.random.seed(42)
9090

0 commit comments

Comments
 (0)