Skip to content

Commit

Permalink
plot stuff...
Browse files Browse the repository at this point in the history
  • Loading branch information
teutoburg committed Nov 20, 2024
1 parent 43905e9 commit 9b16874
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion docs/source/examples/3_custom_effects.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"source": [
"import numpy as np\n",
"import matplotlib.pyplot as plt\n",
"%matplotlib widget\n",
"%matplotlib inline\n",
"\n",
"import scopesim as sim\n",
"from scopesim_templates.stellar import stars, star_grid"
Expand Down
1 change: 0 additions & 1 deletion docs/source/getting_started.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
"outputs": [],
"source": [
"from matplotlib import pyplot as plt\n",
"%matplotlib widget\n",
"\n",
"import scopesim as sim\n",
"from scopesim.source import source_templates as st\n",
Expand Down

0 comments on commit 9b16874

Please sign in to comment.