You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/api_examples/histogram_plot.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -84,7 +84,7 @@
84
84
# ### 0.3. Create sample data
85
85
# We create a synthetic dataset simulating gene expression data across two experimental conditions to demonstrate how histograms can visualize data distribution.
86
86
87
-
# %%
87
+
# %% tags=["hide-input"]
88
88
# Set a random seed for reproducibility of the synthetic data
0 commit comments