Skip to content

Instantly share code, notes, and snippets.

View mariobuikhuizen's full-sized avatar

Mario Buikhuizen mariobuikhuizen

View GitHub Profile
import ipyvuetify as v
import traitlets
class SoundWidget(v.VuetifyTemplate):
def send_sound_buffer(self, coordinate, data):
self.send({
'method': 'sound_buffer',
'args': [coordinate],
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.