In [24]:
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/scot/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 ("The UTDallas ArtSci Lab Sonification Training Orientation Module.")
print("\n")
print("Here are the instructions for those unfamiliar with these sonification training modules" )
print("\n Basic Instructions for each cell :")
print('1. Press "Shift + Enter" at every new cell to initiate display/execute that cell')
print("2. Hit the Space Bar to go to next section (cell)")
print("\n")
print("These are the two main actions that you need to move forward, cell by cell in each unit")
print("This is how this system functions")
print("Do these now")
In the next cell there will be a video to play to check your headphone and volume level. There is no particular reason for this cell to use "Shift+Enter", since it is just text, but do it NOW anyway to get used to using the "Shift+Enter" action for each cell. Now (as before) use Space Bar or arrows at bottom right to navigate to next section.
In [11]:
%%HTML
# Okay, Hit "Shift+Enter" to load in the video with this command, not a normal webpage ;-)
<video width="640" height="480" controls>
<source src="Listening_TestV2.mp4" type="video/mp4">
</video>
</br>
<b> After you watch the video, then press Space Bar to proceed to the next cell</b>
In [ ]: