deep-teaching-tools

This Python module is part of the deep.TEACHING project and provides CLI tools to work with Jupyter notebooks and teaching materials.


License
MIT
Install
pip install deep-teaching-tools==0.3

Documentation

Deep Teaching Tools

This Python module is part of the deep.TEACHING project and provides CLI tools to work with Jupyter notebooks and teaching materials.

Installation

Option 1: Install in user's home directory

pip3 install --user deep-teaching-tools

Option 2: Install from source

git clone https://gitlab.com/deep.TEACHING/deep-teaching-tools.git
pip3 install --user ./deep-teaching-tools/

Usage

dtt --help

Developer Documentation

Distribute on PyPI:

# get code
git clone https://gitlab.com/deep.TEACHING/deep-teaching-tools.git
cd deep-teaching-tools
# make code changes and update setup.py
vi setup.py
# create tarball
python3 setup.py sdist
# upload tarball
pip3 install --user twine
twine upload dist/deep-teaching-tools-0.1

License

MIT

Acknowledgements

The Deep Teaching Commons software is developed at HTW Berlin - University of Applied Sciences.

The work is supported by the German Ministry of Education and Research (BMBF).