Ask Your Question
0

Embed 3rd party javascript library in worksheet

asked 9 years ago

bsdz gravatar image

updated 9 years ago

kcrisman gravatar image

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

Preview: (hide)

1 Answer

Sort by » oldest newest most voted
0

answered 9 years ago

AndreWin gravatar image

updated 9 years ago

Please create new cell above and use:

 load("./path/to/local/javascript_ifle.js")

Best regards, Andrey.

Preview: (hide)
link

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

1 follower

Stats

Asked: 9 years ago

Seen: 976 times

Last updated: Nov 13 '15