On Sun, Feb 11, 2018 at 5:07 PM, Kwankyu <[email protected]> wrote: > > > On Monday, February 12, 2018 at 3:55:35 AM UTC+9, William wrote: >> >> >> In CoCalc.com we use Calico to program the Linux routing table, which >> makes it easy to restrict connections between parts of the system, not >> allow outgoing connections by default, etc. > > > Not to allow outgoing connections from a user's Jupyter notebook is the most > desirable for me. But this seems impossible with Jupyter notebook because > the account under which the Jupyter notebook runs and the account under > which the sage kernel runs are the same. In the old sage nb, the two > accounts are separate. > > Am I wrong? I hope so...
You hypothesis is right, but your conclusion is not. What one typically blocks is creation of new outgoing tcp connection. The jupyter notebook server doesn't need to create new outgoing connections; it just handles incoming connections. William > > -- > You received this message because you are subscribed to the Google Groups > "sage-support" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/sage-support. > For more options, visit https://groups.google.com/d/optout. -- William (http://wstein.org) -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/sage-support. For more options, visit https://groups.google.com/d/optout.
