https://github.com/bmlip/bmlipteachingtools.jl
Various Pluto UI elements used in the course https://github.com/bmlip/course
https://github.com/bmlip/bmlipteachingtools.jl
Last synced: 5 months ago
JSON representation
Various Pluto UI elements used in the course https://github.com/bmlip/course
- Host: GitHub
- URL: https://github.com/bmlip/bmlipteachingtools.jl
- Owner: bmlip
- License: mit
- Created: 2025-08-11T08:46:52.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2026-01-12T14:32:49.000Z (6 months ago)
- Last Synced: 2026-01-12T20:16:57.018Z (6 months ago)
- Language: Julia
- Homepage: https://bmlip.github.io/BmlipTeachingTools.jl/src/notebook.html
- Size: 35.2 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BmlipTeachingTools.jl
Various Pluto UI elements used in the course https://github.com/bmlip/course. These include section headers, numbering, fancy latex tricks, layout and more!
To use BmlipTeachingTools in your lectures, add the following cells
```julia
using BmlipTeachingTools
```
## Update BmlipTeachingTools.jl
This package is still in development, and new features are added regularly. To use new features from the package (which you might see in the documentation), you need to **update the version of BmlipTeachingTools used in the notebook**. To see how to do this, check out the Pluto docs:
https://plutojl.org/en/docs/packages/#updating-packages
## Documentation
Read the documentation at https://bmlip.github.io/BmlipTeachingTools.jl/src/notebook.html
## Use BmlipTeachingTools.jl in your own course!
This package is being developed alongside the development of course materials for https://github.com/bmlip/course, but you can already start using this package for your own course.