Skip to content

Conversation

@hoyer-a
Copy link
Member

@hoyer-a hoyer-a commented Oct 15, 2025

Since sometimes plots are not displayed using %matplotlib inline, plt.show() is added to all plots for safety.

@hoyer-a hoyer-a requested review from a team, ahms5, f-brinkmann, mberz and sikersten October 15, 2025 15:23
Copy link
Member

@ahms5 ahms5 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the interactive example in binaural_synthesis is not working, is there a solution?
otherwise approved

Copy link
Member

@f-brinkmann f-brinkmann left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ahms5 as far as I remember, the example never worked in html. If we want to fix this, I would suggest to make it a separate issue.

Comment on lines 519 to 525
"nbformat_minor": 2,
"nbsphinx": {
"execute": "never"
}
"nbformat_minor": 2
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why was this changed here?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure why running the notebook updated this metadata, i reverted the changes.

@mberz
Copy link
Member

mberz commented Oct 17, 2025

@ahms5 as far as I remember, the example never worked in html. If we want to fix this, I would suggest to make it a separate issue.

No, and it will not work with the current implementation since there is no active interpreter running to execute the python code. This example needs to be run locally or on binder.

"\n",
"pf.plot.time(audio_data)"
"pf.plot.time(audio_data)\n",
"plt.show()"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member

@mberz mberz Oct 21, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As far as I remember this notebook does not get executed (and is not intended to), but statically rendered, in which case there's also not going to be a plot output.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I also remember that this was on purpose.
But i just realized that the latest template-notebook is stored in closed-educational and that #107 is still open.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants