0

I would like to know whether there is a way to call a sage worksheet while presentation by giving a hyperlinking added in the presentation. Answers are highly appreciated..

  • Welcome to StackOverflow! Please provide a [Minimal, Complete, and Verifiable example](https://stackoverflow.com/help/mcve) of what you've tried so far so we can reproduce your issue. – Joseph Cho Nov 09 '18 at 15:54

1 Answers1

0

I mean, in principle you could add any link to a Beamer presentation, right? So for instance you could link to an nbviewer instance of a Sage Jupyter notebook. (This link worked as of my posting it, no guarantees for how long it persists.)

However, there are also other options. CoCalc supports making worksheets publicly viewable, and you could link to those. Some of those might even support interactive stuff.

A third answer to your question (depending upon what your actual question is) would be to use Sage to compute in your beamer, using SageTeX. I do this a lot (not so much in beamer).

I hope one of these is along the lines of what you mean, good luck.

kcrisman
  • 4,374
  • 20
  • 41