Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mmaelicke/sample-lecture
Sample Lecture for notebook-classroom
https://github.com/mmaelicke/sample-lecture
jupyter-notebooks kit lecture notebook-classroom sample-lecture
Last synced: about 2 months ago
JSON representation
Sample Lecture for notebook-classroom
- Host: GitHub
- URL: https://github.com/mmaelicke/sample-lecture
- Owner: mmaelicke
- License: mit
- Created: 2019-07-19T14:49:56.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-31T01:36:06.000Z (about 4 years ago)
- Last Synced: 2024-10-16T04:41:04.894Z (3 months ago)
- Topics: jupyter-notebooks, kit, lecture, notebook-classroom, sample-lecture
- Language: Jupyter Notebook
- Homepage: https://mmaelicke.github.io/sample-lecture
- Size: 1.22 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sample Lecture
[![Notebook-Classrom](https://github.com/mmaelicke/sample-lecture/workflows/Notebook-Classrom/badge.svg)](https://mmaelicke.github.io/sample-lecture)
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/mmaelicke/sample-lecture/master)## About
The sample lecture repository is an exemplary lecture that can be adopted to build your whole lecture on [Jupyter Notebooks](https://jupyter.org). Jupyter supports many kernels, most important Python, C++, R, Octave and Matlab. Sample lecture includes
CI/CD to compile lecture notes (as HTML) and presentation slides (reveal.js) and one day PDF scripts on every change made to the notebooks.
The CI/CD downloads an [React](https://reactjs.org) application called [notebook-classroom](https://github.com/hydrocode-de/notebook-classroom) that will be deployed to [Github Pages](https://pages.github.com). By adding a little extra configuration, you get an automatically updated classroom application that frees your students from any prerequisite other than an ordinary laptop (or tablet).The deployed classroom application of this sample lecture can be found at:
[https://mmaelicke.github.io/sample-lecture](https://mmaelicke.github.io/sample-lecture)