-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pluto output display #66
Comments
The way SampledSignals outputs the fancy display is no longer the way that Jupyter wants things done - it should really be implemented as an extension to Jupyter that handles that mime type, rather than injecting javascript. |
I just tried it again, and now I works. I have no idea why. |
What needs to be added to the docs? Did you have to install anything special? Or does it work out of the box? |
Sorry for not being clear - I was thinking that since there are section on both the REPL display, and Jupyter notebooks, there should now be a section added for Pluto - simply showing what it looks like, and stating that a sound signal can be played directly. The waveform is not shown in pluto ATM - I had to plot it seperately. A simply display of the waveform, just like in the REPL (or the even prettier one in Jupyter) would also be very nice. Also, the readme is long enough that I feel that it could be benificial to put it into a documentation page. I have edited docs before, but I have not set it up from scratch. |
Is it possible to make
"When working in a Jupyter notebook (which can display rich HTML representations), SampleBufs will show a waveform display and allow you to listen to the buffer using your browser's WebAudio support."
the case in pluto notebooks as well? (I am assuming it is not, I haven't tested)
The text was updated successfully, but these errors were encountered: