Wendelin Home Wendelin

    Wendelin Hyperconvergence Tutorial - Screenshot Jupyter ERP5 Access Data

    Wendelin Hyperconvergence Tutorial - Juypter ERP5 Data Access
    • Last Update:2016-06-10
    • Version:001
    • Language:

    = Ju pyter PydataParis Last Checkpoint: 5 minutes ago (unsaved changes)

    Fle Edt View Inset Cell Kemel Help
    B+ @B 4+ ¥ M B C Ccoe v = | CelToolbar
    Your erps_password is insecure.
    Please proceed
    In [5]: # Get ERP5 Object
    context
    <ERPSSite at /erps>
    In [6]: # Get the data stream you uploaded the wav
    # "1" is the ID at the ERPS
    context.data_stream_module["1"]
    <Data Stream at /erps/data_stream module/1>
    In [7]: | # Import needed libraries to use later

    import matplotlib.pyplot as plt
    from scipy.fftpack import fft

    # Import also scipy to read the audio file
    import scipy

    import scipy.io

    from scipy.io.wavfile import read

    # |erPs O



    [