Skip to content

sagemathinc/smc-python-tutorial

Repository files navigation

SMC Python Tutorial

Installation

  1. Clone repository with --recursive to also checkout the mathbook repository
    1. if you forgot --recursive, do git submodule update --init --recursive
  2. npm install -- to get pug

Building

  • html: make or make html
  • pdf: make pdf
  • jupyter: make jupyter for the ipynb files
  • sagews: make sagews

Update

  1. make update

Cleaning up

  1. make clean

Contibuting

You have to make yourself acquainted with two technologies:

  1. MathBook XML
  2. Pug language to avoid XML

Authors

  • Christine Miles

License

About

python tutorial for working with sagemath on smc

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published