Skip to content

Booklet (lectures, lab notes, samples and demos) for NCSS Embedded stream

License

Notifications You must be signed in to change notification settings

simonc8/ncss-embedded

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ncss-embedded

Booklet (lectures, lab notes, samples and demos) for NCSS Embedded stream

Authoring

Equations

Use Math URL to generate a PNG, and then embed using Markdown:

![Taylor Series](http://mathurl.com/yaay9fvf.png)

You can edit the equation (and generate a new URL) by removing the .png from the URL.

Code snippets

Use regular markdown code blocks, with the python language set. e.g.

```python
from microbit import *
display.show(Image.HEART)
```

Printing

To print GitHub markdown, see this page.

About

Booklet (lectures, lab notes, samples and demos) for NCSS Embedded stream

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TeX 63.3%
  • Python 31.8%
  • Makefile 4.9%