Does anyone know how to open a URL from within the SAGE notebook so
that it would end up opening the client Firefox tab rather than the
one on the server.

This would be the code:

import urllib, webbrowser
url = "http://somesite.org";
webbrowser.open_new_tab(url)


Thanks

Shahab

--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sage-support
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to