Ask Your Question

bsdz's profile - activity

2015-12-30 16:52:34 +0200 received badge  Famous Question (source)
2015-11-13 11:41:31 +0200 received badge  Notable Question (source)
2015-07-03 22:38:34 +0200 received badge  Popular Question (source)
2015-05-27 15:37:24 +0200 asked a question Embed 3rd party javascript library in worksheet

Hi

How might I embed a 3rd party javascript library in a Sage worksheet? I've tried something along the lines of:

%html
<script src="./path/to/local/javascript_file.js"></script>
...

where "./path/to/local/javascript_file.js" is a path in my project folder. However, this doesn't appear to work.

Any suggestions? Thanks in advance, Blair