Differences between revisions 1 and 2
Revision 1 as of 2006-10-03 03:18:40
Size: 330
Editor: wstein
Comment:
Revision 2 as of 2008-02-20 21:57:13
Size: 1167
Comment:
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:
 * If you're using OS X and get errors about "fork: Resource temporarily unavailable.", then create (or edit) /etc/launchd.conf and include the following:
 {{{
limit maxproc 512 2048
}}}
  then reboot. See [http://www.macosxhints.com/article.php?story=20050709233920660 this page] for more details.
Line 4: Line 9:
 * If you're using OS X and get errors about "fork: Resource temporarily unavailable.", then create (or edit) /etc/launchd.conf and include the following:{{{
limit maxproc 512 2048
}}} then reboot. See [http://www.macosxhints.com/article.php?story=20050709233920660 this page] for more details.
 * [http://www.geogebra.org/cms/ GeoGebra] is a free and multi-platform dynamic mathematics software for schools that joins geometry, algebra and calculus. Here's how you can embed it in the SAGE notebook.

  1. In GeoGebra: Create some geometric construction or plot an algebraic expression. See [http://www.geogebra.org/cms/index.php?option=com_content&task=blogcategory&id=69&Itemid=56 this page] for more details.
  1. In GeoGebra: File> Export> Dynamic worksheet.
  1. Open the .html just exported with a text editor and copy the <applet> section.
  1. In SAGE notebook: Data> Upload the .jar and .ggb files just exported.
  1. In SAGE notebook: Edit> Paste the <applet> section.
  1. In the <applet> section, change codebase="./data/", you can also set some of the flags to true.
  1. Save changes, and you're done.

Tips for Using SAGE

  • If you're using OS X and get errors about "fork: Resource temporarily unavailable.", then create (or edit) /etc/launchd.conf and include the following:
    limit maxproc 512 2048
  • [http://www.geogebra.org/cms/ GeoGebra] is a free and multi-platform dynamic mathematics software for schools that joins geometry, algebra and calculus. Here's how you can embed it in the SAGE notebook.

    1. In GeoGebra: Create some geometric construction or plot an algebraic expression. See [http://www.geogebra.org/cms/index.php?option=com_content&task=blogcategory&id=69&Itemid=56 this page] for more details.

    2. In GeoGebra: File> Export> Dynamic worksheet.

    3. Open the .html just exported with a text editor and copy the <applet> section.

    4. In SAGE notebook: Data> Upload the .jar and .ggb files just exported.

    5. In SAGE notebook: Edit> Paste the <applet> section.

    6. In the <applet> section, change codebase="./data/", you can also set some of the flags to true.

    7. Save changes, and you're done.

Tips (last edited 2022-04-06 03:09:49 by mkoeppe)