In [1]:
from ipywidgets import interact, interactive, fixed, interact_manual
import ipywidgets as widgets
from gtts import gTTS
import matplotlib
import numpy 
from traitlets.config.manager import BaseJSONConfigManager
path = "/Users/Kristen/anaconda3/envs/py36/etc/jupyter/nbconfig"
cm = BaseJSONConfigManager(config_dir=path)
cm.update("livereveal", {"autolaunch": True,
                         "theme": "sky",
                        } 
)

#Supress default INFO logging
# The UT Dallas Art Science Lab Training module 
print ("Sonification Training Module v0.5.2")
print("\nDeveloped by the ArtSciLab at UT Dallas")
print("\n")
print("Panned Pulse Training Module" )
print("\n")
print("\nBasic Instructions for each cell :")
print('1. Press Shift + Enter to initiate display')
print("2. Press Space Bar to proceed to the next cell")
print("\n")
print("Volume controls are located in the top row of the keyboard if you need to adjust the volume at any time")


Sonification Training Module v0.5.2

Developed by the ArtSciLab at UT Dallas


Panned Pulse Training Module



Basic Instructions for each cell :
1. Press Shift + Enter to initiate display
2. Press Space Bar to proceed to the next cell


Volume controls are located in the top row of the keyboard if you need to adjust the volume at any time

In [3]:
%%HTML
# Press Shift+Enter and click Play to watch the video



<video width="640" height="480" controls>
  <source src="dep/videos/percentages.mp4" type="video/mp4">
</video>
</br>
<b>   When you have completed the video, press Space Bar to proceed</b>


# Press Shift+Enter and click Play to watch the video When you have completed the video, press Space Bar to proceed

You have completed the Training Module

Now that you have the general idea of this sound representation, it is time to move on to the next phase where you can explore this sonification.

Please close this tab and open the next module from the list of notebooks:

6. Panned Pulse Exploration Module