Build and maintain courses using Jupyter Notebooks.
Project description
kōsu / コース
kosu
is a command-line utility to help you build and maintain courses using Jupyter Notebooks.
Installation
To install kosu:
pip install kosu
Or if you want to upload to S3 later, use the aws
option like so:
pip install kosu[aws]
See the documentation for more information.
Getting started
To set up a new collection of courses:
mkdir mycourses
cd mycourses
kosu init
This will create several directories and files in the directory mycourses
. You can run some of the other commands in this guide to see how they work.
The content of the course is controlled by example-course.yaml
. Note that only title
and curriculum
are required fields. There is also a global control file, .kosu.yaml
, which contains some parameters you will want to set and maintain.
To build the example course:
kosu build example-course
This will create a ZIP file of the course content.
To add more courses using the same pool of content, add another YAML control file.
Documentation
Read the documentation for more on using the tool, as well as for information about contributing to kosu
, the licence, etc.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file kosu-0.1.6.tar.gz
.
File metadata
- Download URL: kosu-0.1.6.tar.gz
- Upload date:
- Size: 199.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d4b7d122693fea8468b08885cd6159f156fe710a71994e753ab223bc7245a621 |
|
MD5 | 29b593bf93bff10db7447f89cb819974 |
|
BLAKE2b-256 | 65bdd35ab94f10ee71c24455dcfe5e10e4f5cefec384b3a1bd542d7675806c57 |
File details
Details for the file kosu-0.1.6-py3-none-any.whl
.
File metadata
- Download URL: kosu-0.1.6-py3-none-any.whl
- Upload date:
- Size: 41.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4c31b10095ed01dee6e3157b5b77e0a27aeb329f393584d2d4510d8f1a2a61b5 |
|
MD5 | 6bc636254b10aa463fd4493aa20cfd3d |
|
BLAKE2b-256 | 73c914671b4fb0323b62efd1e81a6e87853fba1769a5e261849738fd554b6760 |