Skip to content
View david-macleod's full-sized avatar
Block or Report

Block or report david-macleod

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. mini-metro mini-metro Public

    Mini Metro SerpentAI agent

    Jupyter Notebook 28 2

  2. Custom Bokeh Model for audio playbac... Custom Bokeh Model for audio playback (not so useful on its own; meant to be integrated with plot interactions).
    1
    # Forked from nathanielatom, updated to work with typescript and bokeh==1.3.4
    2
    from bokeh.layouts import column, layout
    3
    from bokeh.models import CustomJS, Model, LayoutDOM
    4
    from bokeh.document import Document
    5
    from bokeh.models.widgets import Button, Slider, Toggle