Contact
CoCalc Logo Icon
StoreFeaturesDocsShareSupport News AboutSign UpSign In
| Download

📚 The CoCalc Library - books, templates and other resources

Views: 95276
License: OTHER
1
{
2
"metadata": {
3
"tags": {
4
"calc": {
5
"name": "Calculus"
6
},
7
"linalg": {
8
"name": "Linear Algebra"
9
},
10
"stats": {
11
"name": "Statistics"
12
},
13
"intro": {
14
"name": "Introduction"
15
},
16
"python": {
17
"name": "Python",
18
"info": "Make sure to pick a suitable Python environment (Python 2, Python 3, Anaconda, ...)"
19
},
20
"math": {
21
"name": "Mathematics"
22
},
23
"julia": {
24
"name": "Julia",
25
"info": "Be patient. Starting Julia the first time might require to recompile some modules."
26
},
27
"finance": {
28
"name": "Finance"
29
},
30
"sage": {
31
"name": "SageMath"
32
},
33
"r": {
34
"name": "R Project"
35
},
36
"md": {
37
"name": "Markdown"
38
},
39
"latex": {
40
"name": "LaTeX"
41
}
42
},
43
"licenses": {
44
"a20": "Apache 2.0",
45
"asis": "AS IS",
46
"bsd": "BSD",
47
"cc0": "CC0 1.0 Universal",
48
"ccby": "CC BY 4.0",
49
"ccbysa": "CC BY-SA",
50
"ccbync3": "CC BY-NC 3.0",
51
"mit": "MIT",
52
"gpl3": "GNU General Public License 3.0",
53
"gfdl": "GNU Free Documentation License"
54
},
55
"categories": {
56
"intro": {
57
"name": "Introduction",
58
"weight": -1
59
},
60
"stats": {
61
"name": "Statistics"
62
},
63
"cs": {
64
"name": "Computer science"
65
},
66
"datascience": {
67
"name": "Data science"
68
},
69
"math": {
70
"name": "Mathematics"
71
},
72
"physics": {
73
"name": "Physics"
74
},
75
"chemistry": {
76
"name": "Chemistry"
77
},
78
"latex": {
79
"name": "LaTeX templates"
80
},
81
"science": {
82
"name": "Science"
83
},
84
"misc": {
85
"name": "Miscellaneous",
86
"weight": 1
87
},
88
"finance": {
89
"name": "Finance"
90
}
91
}
92
},
93
"documents": [
94
{
95
"id": "vqe-playground",
96
"title": "Variational Quantum Eigensolver Playground",
97
"src": "/ext/library/cocalc-examples/vqe-playground/",
98
"license": "a20",
99
"thumbnail": "/ext/library/cocalc-examples/thumbs/vqe-playground.png",
100
"category": "physics",
101
"description": "Variational Quantum Eigensolver: gaining intuition about Variational Quantum Eigensolver. (based on [Quiskit](https://qiskit.org/), the \"Quntum Information Science Kit\")\n",
102
"website": "https://github.com/JavaFXpert/vqe-playground"
103
},
104
{
105
"id": "cocalc-first-steps",
106
"title": "First Steps in CoCalc",
107
"src": "/ext/library/cocalc-examples/first-steps/src/",
108
"subdir": "first-steps",
109
"license": "a20",
110
"thumbnail": "/ext/library/cocalc-examples/thumbs/cocalc-first-steps.png",
111
"category": "intro",
112
"tags": [
113
"intro"
114
],
115
"description": "Quick introduction to CoCalc interface and basic functionalities.\n"
116
},
117
{
118
"id": "bayes-for-hackers",
119
"title": "Bayesian Methods for Hackers",
120
"src": "/ext/library/cocalc-examples/bayesian-methods-for-hackers/",
121
"thumbnail": "/ext/library/cocalc-examples/thumbs/bayesian.png",
122
"description": "Hands-on tutorial how Bayesian Methods work, based on Python's PyMC library.\n",
123
"author": "Cameron Davidson-Pilon",
124
"license": "asis",
125
"category": "stats",
126
"tags": [
127
"stats",
128
"python"
129
]
130
},
131
{
132
"id": "cmichi-latex-templates",
133
"src": "/ext/library/cocalc-examples/cmichi-latex-templates/",
134
"title": "Michael M\u00fcller's LaTeX Templates",
135
"thumbnail": "/ext/library/cocalc-examples/thumbs/muller-latex.png",
136
"category": "latex",
137
"license": "mit",
138
"description": "Collection of different LaTeX/XeTeX templates (cv, invoices, timesheets, letters, etc.).\n",
139
"website": "https://github.com/cmichi/latex-template-collection"
140
},
141
{
142
"id": "deedy-latex-templates",
143
"src": "/ext/library/cocalc-examples/deedy-latex-templates/",
144
"title": "Deedy LaTeX Templates",
145
"thumbnail": "/ext/library/cocalc-examples/thumbs/deedy-latex.png",
146
"license": "cc0",
147
"category": "latex",
148
"description": "A concise set of Latex templates that serves a small set of needs - CV, Essays, Articles and Problem Sets.\n",
149
"website": "https://github.com/deedy/Latex-Templates"
150
},
151
{
152
"id": "schymanski-leaf-scale",
153
"src": "/ext/library/cocalc-examples/Schymanski_leaf-scale_2016/",
154
"license": "gpl3",
155
"category": "misc",
156
"title": "Leaf-scale experiments reveal an important omission in the Penman\u2013Monteith equation",
157
"description": "Support information for article: http://www.hydrol-earth-syst-sci-discuss.net/hess-2016-363/\n"
158
},
159
{
160
"id": "datasci-notebooks",
161
"src": "/ext/library/cocalc-examples/data-science-ipython-notebooks/",
162
"title": "Data science Python notebooks",
163
"thumbnail": "/ext/library/cocalc-examples/thumbs/datascience-tutorials.png",
164
"category": "datascience",
165
"license": "a20",
166
"tags": [
167
"python"
168
],
169
"website": "https://github.com/donnemartin/data-science-ipython-notebooks",
170
"description": "Data science Python notebooks: Deep learning (TensorFlow, Theano, Caffe, Keras), scikit-learn, Kaggle,\nbig data (Spark, Hadoop MapReduce, HDFS), matplotlib, pandas, NumPy, SciPy, Python essentials, AWS, and various command lines.\n"
171
},
172
{
173
"id": "beezer-linear-algebra",
174
"src": "/ext/library/cocalc-examples/beezer-linear-algebra/",
175
"category": "math",
176
"title": "Sage and Linear Algebra",
177
"description": "This is a collection of classroom-tested worksheets to accompany Beezer's [First Course in Linear Algebra](http://linear.pugetsound.edu/).",
178
"website": "http://linear.pugetsound.edu/",
179
"author": "Robert A. Beezer",
180
"license": "ccbysa",
181
"thumbnail": "/ext/library/cocalc-examples/thumbs/sage-lin-alg.png"
182
},
183
{
184
"id": "paulsen-abstract-algebra",
185
"src": "/ext/library/cocalc-examples/paulsen-abstract-algebra/",
186
"category": "math",
187
"title": "Abstract Alebra: An Interactive Approach",
188
"description": "Jupyter notebooks to accompany William Paulsen's [Abstract Algebra: An Interactive Approach, Second Edition](https://www.crcpress.com/Abstract-Algebra-An-Interactive-Approach-Second-Edition/Paulsen/p/book/9781498719766).",
189
"website": "https://www.crcpress.com/Abstract-Algebra-An-Interactive-Approach-Second-Edition/Paulsen/p/book/9781498719766",
190
"author": "William Paulsen",
191
"license": "asis",
192
"thumbnail": "/ext/library/cocalc-examples/thumbs/aa-paulsen.png"
193
},
194
{
195
"id": "ml-with-python",
196
"src": "/ext/library/cocalc-examples/introduction_to_ml_with_python/",
197
"title": "Introduction to Machine Learning with Python",
198
"author": "Andreas Mueller and Sarah Guido",
199
"description": "Notebooks and code for the book \"Introduction to Machine Learning with Python\"",
200
"website": "https://github.com/amueller/introduction_to_ml_with_python",
201
"thumbnail": "/ext/library/cocalc-examples/thumbs/intro-to-ml.jpg",
202
"category": "datascience",
203
"tags": [
204
"python"
205
]
206
},
207
{
208
"id": "sci-comp-python",
209
"src": "/ext/library/cocalc-examples/scientific-python-lectures/",
210
"title": "Lectures on scientific computing with Python",
211
"author": "Robert Johansson",
212
"website": "https://github.com/jrjohansson/scientific-python-lectures",
213
"thumbnail": "/ext/library/cocalc-examples/thumbs/sci-computing-python.png",
214
"category": "datascience",
215
"tags": [
216
"python"
217
],
218
"license": "ccby"
219
},
220
{
221
"id": "python-data-science-handbook",
222
"category": "datascience",
223
"src": "/ext/library/cocalc-examples/PythonDataScienceHandbook/",
224
"title": "Python Data Science Handbook",
225
"author": "Jake Vanderplas",
226
"thumbnail": "/ext/library/cocalc-examples/thumbs/PDSH-cover.png",
227
"tags": [
228
"python"
229
],
230
"license": "mit"
231
},
232
{
233
"id": "stanford-tensorflow-tutorials",
234
"category": "datascience",
235
"src": "/ext/library/cocalc-examples/stanford-tensorflow-tutorials/",
236
"title": "Stanford Tensorflow Tutorials",
237
"description": "This repository contains code examples for the course **CS 20SI: TensorFlow for Deep Learning Research**.\n",
238
"website": "http://cs20si.stanford.edu",
239
"tags": [
240
"python"
241
]
242
},
243
{
244
"id": "aaron-tresham-calc",
245
"category": "math",
246
"src": "/ext/library/cocalc-examples/tresham-calculus-worksheets/",
247
"title": "Aaron Tresham Calculus Materials",
248
"author": "Aaron Tresham",
249
"description": "A collection of classroom-tested worksheets to accompany Tresham's [Math 205](http://www2.hawaii.edu/~tresham/Math205%20Lab/math205lab.html) and [Math 206](http://www2.hawaii.edu/~tresham/Math206%20Lab/math206lab.html).\n\nFiles are publicly hosted [here](https://cocalc.com/share/f8df5b36830778dde7b3c3c4e68c542bbaeeefba/Aaron%20Tresham%20Calculus%20Material/?viewer=share).\n",
250
"thumbnail": "/ext/library/cocalc-examples/thumbs/tresham-calc.png",
251
"tags": [
252
"calc",
253
"sage"
254
],
255
"license": "ccbysa"
256
},
257
{
258
"id": "statistical-rethinking-python-PyMC3",
259
"category": "stats",
260
"src": "/ext/library/cocalc-examples/statistical-rethinking-python-PyMC3/",
261
"title": "Statistical Rethinking with Python and PyMC3",
262
"license": "ccby",
263
"description": "Statistical Rethinking by Richard McElreath is an incredible good introductory book to Bayesian Statistics.\nIt follows a *Jaynesian* and practical approach with very good examples and clear explanations.\n\nIn [this repository](https://github.com/aloctavodia/Statistical-Rethinking-with-Python-and-PyMC3)\nwe ported the codes (originally in R and Stan) in the book to PyMC3.\nWe are trying to keep the examples as close as possible to those in the book,\nwhile at the same time trying to express them in the most Pythonic and PyMC3onic way we can.\n"
264
},
265
{
266
"id": "aata",
267
"src": "/ext/library/cocalc-examples/aata/",
268
"category": "math",
269
"title": "Abstract Algebra: Theory and Applications",
270
"author": "Tom Judson",
271
"website": "http://abstract.pugetsound.edu/",
272
"thumbnail": "/ext/library/cocalc-examples/thumbs/aata.jpg",
273
"tags": [
274
"sage"
275
],
276
"description": "This open source textbook designed to teach the principles and theory of abstract algebra to college juniors and seniors in a rigorous manner.\nIts strengths include a wide range of exercises, both computational and theoretical, plus many nontrivial applications.\n",
277
"license": "gfdl"
278
},
279
{
280
"id": "cmws",
281
"src": "/ext/library/cocalc-examples/cmws/",
282
"category": "math",
283
"tags": [
284
"sage"
285
],
286
"title": "Computational Mathematics with SageMath",
287
"author": "Paul Zimmermann et al.",
288
"thumbnail": "/ext/library/cocalc-examples/thumbs/cmws.jpg",
289
"license": "ccbysa",
290
"description": "A book about the mathematics needed to use Sage efficiently, illustrated by concrete examples. The first part is accessible to high school and undergraduate students. The remainder is suited for graduate students, teachers, and researchers.\n",
291
"website": "http://sagebook.gforge.inria.fr/english.html"
292
},
293
{
294
"id": "math157",
295
"src": "/ext/library/cocalc-examples/math157/",
296
"category": "math",
297
"tags": [
298
"sage"
299
],
300
"title": "Math 157: Intro to Mathematical Software",
301
"author": "Kiran S. Kedlaya and William Stein",
302
"thumbnail": "/ext/library/cocalc-examples/thumbs/math157.png",
303
"license": "ccbysa",
304
"description": "Course materials from *Math 157: Intro to Mathematical Software*, taught by Kiran Kedlaya at UC San Diego during the winter 2018 quarter.\nThese were adapted from a similar course (Math 152) taught by Kedlaya at UCSD during winter 2017,\nand ultimately from several courses (Math 480) taught by William Stein at University of Washington.\n"
305
},
306
{
307
"id": "think-complexity-2ed",
308
"src": "/ext/library/cocalc-examples/think-complexity-2ed/code/",
309
"subdir": "think-complexity-code",
310
"category": "science",
311
"license": "mit",
312
"title": "Think Complexity",
313
"author": "Allen B. Downey",
314
"description": "This is the accompanying code for this book.\nIt is primarily about complexity science, but studying complexity science gives you a chance to explore topics and ideas\nyou might not encounter otherwise, practice programming in Python, and learn about data structures and algorithms.\n",
315
"tags": [
316
"python"
317
],
318
"thumbnail": "/ext/library/cocalc-examples/thumbs/think_complexity_cover.png",
319
"website": "http://greenteapress.com/wp/think-complexity-2e/"
320
},
321
{
322
"id": "think-dsp",
323
"src": "/ext/library/cocalc-examples/think-dsp/code/",
324
"subdir": "think-dsp-code",
325
"category": "physics",
326
"title": "Think DSP",
327
"description": "*Think DSP* is an introduction to Digital Signal Processing in Python.\n\n*This is the accompanying code for this book.*\n",
328
"author": "Allen B. Downey",
329
"thumbnail": "/ext/library/cocalc-examples/thumbs/think_dsp_cover.jpg",
330
"website": "http://greenteapress.com/wp/think-dsp/",
331
"tags": [
332
"python"
333
],
334
"license": "gpl3"
335
},
336
{
337
"id": "think-stats-2ed",
338
"src": "/ext/library/cocalc-examples/think-stats-2ed/code/",
339
"subdir": "think-stats-code",
340
"category": "stats",
341
"title": "Think Stats",
342
"author": "Allen B. Downey",
343
"website": "http://greenteapress.com/wp/think-stats-2e/",
344
"thumbnail": "/ext/library/cocalc-examples/thumbs/thinkstats2cover.jpg",
345
"description": "*Think Stats* is an introduction to Probability and Statistics for Python programmers.\n\n*This is the accompanying code for this book.*\n",
346
"tags": [
347
"python"
348
],
349
"license": "gpl3"
350
},
351
{
352
"id": "think-bayes",
353
"src": "/ext/library/cocalc-examples/think-bayes/code/",
354
"subdir": "think-bayes-code",
355
"category": "stats",
356
"title": "Think Bayes",
357
"author": "Allen B. Downey",
358
"website": "http://greenteapress.com/wp/think-bayes/",
359
"description": "*Think Bayes* is an introduction to Bayesian statistics using computational methods.\n\n*This is the accompanying code for this book.*\n",
360
"tags": [
361
"python"
362
],
363
"license": "gpl3",
364
"thumbnail": "/ext/library/cocalc-examples/thumbs/think_bayes_cover_medium.png"
365
},
366
{
367
"id": "think-python-2ed",
368
"src": "/ext/library/cocalc-examples/think-python-2ed/code/",
369
"subdir": "think-python-code",
370
"title": "Think Python",
371
"author": "Allen B. Downey",
372
"thumbnail": "/ext/library/cocalc-examples/thumbs/think_python2_medium.jpg",
373
"category": "cs",
374
"description": "*Think Python* is an introduction to Python programming for beginners.\nIt starts with basic concepts of programming, and is carefully designed to define all terms when they are first used\nand to develop each new concept in a logical progression.\n\n*This is the accompanying code for this book.*\n",
375
"tags": [
376
"python"
377
],
378
"license": "ccby",
379
"website": "http://greenteapress.com/wp/think-python-2e/"
380
},
381
{
382
"id": "think-OS",
383
"src": "/ext/library/cocalc-examples/think-OS/code/",
384
"subdir": "think-OS-code",
385
"title": "Think OS",
386
"author": "Allen B. Downey",
387
"category": "cs",
388
"description": "*Think OS* is an introduction to Operating Systems for programmers.\n\n*This is the accompanying code for this book.*\n",
389
"website": "http://greenteapress.com/thinkos/",
390
"license": "ccbysa"
391
},
392
{
393
"id": "scikit-image-tutorials",
394
"src": "/ext/library/cocalc-examples/scikit-image-tutorials/",
395
"title": "Scikit-Image Tutorials",
396
"category": "datascience",
397
"thumbnail": "/ext/library/cocalc-examples/thumbs/scikit-image.png",
398
"website": "https://github.com/scikit-image/skimage-tutorials",
399
"license": "cc0",
400
"description": "A collection of tutorials for the scikit-image package.\n"
401
},
402
{
403
"id": "public-finance-2018-2019",
404
"src": "/ext/library/cocalc-examples/public_finance_2018_2019/",
405
"title": "Public Finance 2018/2019 UCSC",
406
"author": "Duccio Gamannossi degl'Innocenti",
407
"website": "https://github.com/dgdi/public_finance_2018_2019",
408
"license": "bsd",
409
"category": "finance",
410
"tags": [
411
"finance"
412
],
413
"description": "This repository stores the [SageMath](http://www.sagemath.org/) notebooks for the course\nPublic Finance 2018/2019 at the Catholic University of the Sacred Heart, Milan.\n\nAuthor: [Duccio Gamannossi degl'Innocenti](http://www.dgdi.me)\n"
414
},
415
{
416
"id": "nbgrader-demo",
417
"title": "NBGrader Examples",
418
"src": "/ext/library/cocalc-examples/nbgrader-demo/instructor/source/ps1/",
419
"subdir": "nbgrader-demo",
420
"website": "https://github.com/jhamrick/nbgrader-demo",
421
"category": "intro",
422
"description": "A demonstration how to write [NBGrader](https://nbgrader.readthedocs.io/en/stable/) notebooks.\n"
423
},
424
{
425
"id": "sagemath-cocalc",
426
"title": "SageMath in CoCalc",
427
"thumbnail": "/ext/library/cocalc-examples/cocalc-example-files/thumbs/sage-in-cocalc.png",
428
"description": "Learn how to use [SageMath](http://www.sagemath.org) in CoCalc.\n",
429
"tags": [
430
"sage",
431
"math",
432
"intro"
433
],
434
"src": "/ext/library/cocalc-examples/cocalc-example-files/sage/",
435
"license": "a20",
436
"category": "intro"
437
},
438
{
439
"id": "r-cocalc",
440
"title": "R Statistical Software in CoCalc",
441
"tags": [
442
"r",
443
"stats",
444
"intro"
445
],
446
"src": "/ext/library/cocalc-examples/cocalc-example-files/r/",
447
"description": "Learn how to get started with [R Statistical Software](http://www.r-project.org/) in CoCalc\n",
448
"license": "a20",
449
"category": "intro",
450
"thumbnail": "/ext/library/cocalc-examples/cocalc-example-files/thumbs/r-in-cocalc.png"
451
},
452
{
453
"id": "julia-cocalc",
454
"title": "Julia in CoCalc",
455
"tags": [
456
"intro",
457
"julia"
458
],
459
"src": "/ext/library/cocalc-examples/cocalc-example-files/julia/",
460
"description": "Learn how to get started with [Julia](https://www.julialang.org/) in CoCalc.\n",
461
"license": "a20",
462
"category": "intro",
463
"thumbnail": "/ext/library/cocalc-examples/cocalc-example-files/julia/julia-logo-325-by-225.png"
464
},
465
{
466
"id": "rmarkdown",
467
"title": "RMarkdown in CoCalc",
468
"tags": [
469
"intro",
470
"r"
471
],
472
"src": "/ext/library/cocalc-examples/cocalc-example-files/RMarkdown/",
473
"description": "Various examples of [RMarkdown](https://rmarkdown.rstudio.com/) documents in CoCalc.\n",
474
"thumbnail": "/ext/library/cocalc-examples/cocalc-example-files/thumbs/rmd.png",
475
"category": "intro",
476
"license": "a20"
477
},
478
{
479
"id": "md-cocalc",
480
"title": "Markdown in CoCalc",
481
"description": "Quick introduction and reference guide for working with Markdown text formatting in CoCalc.\n",
482
"tags": [
483
"md",
484
"intro"
485
],
486
"license": "a20",
487
"src": "/ext/library/cocalc-examples/cocalc-example-files/markdown/",
488
"thumbnail": "/ext/library/cocalc-examples/cocalc-example-files/thumbs/markdown-in-cocalc.png",
489
"category": "intro"
490
},
491
{
492
"id": "sagetex-cocalc",
493
"title": "SageTeX in CoCalc",
494
"description": "SageTex enables LaTeX to evaluate Sage-code right inside the document \u2013 e.g. `$\\sage{1+1}$` produces the formula `$2$` and `\\sageplot{...}` calculates and draws a graphic. CoCalc fully manages the compilation process behind the scenes for you.\n",
495
"website": "https://ctan.org/pkg/sagetex?lang=en",
496
"src": "/ext/library/cocalc-examples/cocalc-example-files/latex/sagetex/",
497
"license": "a20",
498
"thumbnail": "/ext/library/cocalc-examples/cocalc-example-files/thumbs/sagetex-in-cocalc.png",
499
"tags": [
500
"intro",
501
"math",
502
"sage",
503
"latex"
504
],
505
"category": "latex"
506
},
507
{
508
"id": "pythontex",
509
"title": "PythonTeX in CoCalc",
510
"src": "/ext/library/cocalc-examples/cocalc-example-files/latex/pythontex/",
511
"license": "a20",
512
"description": "[PythonTeX]() enhances LaTeX documents to insert and run Python code from within the document itself. E.g. `\\py{2*3}` inserts `5`, more advanced mathematics via `sympy` blocks, and you can insert dynamically create plots. CoCalc fully manages the compilation process behind the scenes for you.\n",
513
"thumbnail": "/ext/library/cocalc-examples/cocalc-example-files/thumbs/pythontex.png",
514
"tags": [
515
"intro",
516
"latex",
517
"math"
518
],
519
"category": "latex"
520
},
521
{
522
"id": "latex-beamer-cocalc",
523
"title": "Minimal LaTeX beamer presentation",
524
"description": "This is a quick minimal beamer presentation template.\n",
525
"website": "https://en.wikipedia.org/wiki/Beamer_(LaTeX)",
526
"license": "a20",
527
"thumbnail": "/ext/library/cocalc-examples/cocalc-example-files/thumbs/latex-beamer-in-cocalc.png",
528
"src": "/ext/library/cocalc-examples/cocalc-example-files/latex/presentation/",
529
"category": "latex",
530
"tags": [
531
"latex"
532
]
533
},
534
{
535
"id": "latex-multiple-files-cocalc",
536
"title": "Multiple source files in CoCalc",
537
"description": "This template explains and demonstrates how to work with multiple source files in LaTeX on CoCalc. It allows you to edit each individual part with preview, and then combines all parts into one master document.\n",
538
"license": "a20",
539
"src": "/ext/library/cocalc-examples/cocalc-example-files/latex/multiple-files/",
540
"thumbnail": "/ext/library/cocalc-examples/cocalc-example-files/thumbs/latex-multiple-documents.png",
541
"category": "latex",
542
"tags": [
543
"latex"
544
]
545
}
546
]
547
}
548