Skip to content

Commit

Permalink
Merge pull request #2167 from executablebooks/agoose77/docs-fix-glue
Browse files Browse the repository at this point in the history
DOCS: fix glue of NumPy variables
  • Loading branch information
agoose77 authored Jun 27, 2024
2 parents f76ad77 + 8cb90a1 commit d5b60aa
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .binder/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ipywidgets
jupytext
matplotlib
nbclient
numpy
numpy>=2
pandas
plotly
sphinx-click
Expand Down
2 changes: 2 additions & 0 deletions docs/content/executable/output-insert.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@ to focus on the glueing part.
# Simulate some data and bootstrap the mean of the data
import numpy as np
np.set_printoptions(legacy="1.25")
import pandas as pd
import matplotlib.pyplot as plt
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ sphinx = [
"jupytext",
"matplotlib",
"nbclient",
"numpy",
"numpy>=2",
"pandas",
"plotly",
"sphinx-click",
Expand Down

0 comments on commit d5b60aa

Please sign in to comment.