Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download

📚 The CoCalc Library - books, templates and other resources

132924 views
License: OTHER
1
"""
2
3
export PYTHONPATH=/home/downey/thinkstats/trunk
4
make plastex
5
6
"""
7
8
from plasTeX import Command, Environment
9
10
class exercise(Environment):
11
pass
12
13
print '******************************************************'
14
15