You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Given you have a soundfile like sound.wav in the same directory as your sagews file:
This markdown snippet shows the html5 audio player, but the URL to the file isn't converted to point to the raw server and hence it can't play the file.
%md
<audio controls=true src="sound.wav"/>
The text was updated successfully, but these errors were encountered:
Tagging this as wontfix, because it will be fixed indirectly by creating a sage worksheet style mode (and kernel) for Jupyter notebooks. That will be #6374.
Given you have a soundfile like
sound.wav
in the same directory as your sagews file:This markdown snippet shows the html5 audio player, but the URL to the file isn't converted to point to the raw server and hence it can't play the file.
The text was updated successfully, but these errors were encountered: