This is the template for the Kyso templates 😉

This is a baseline project that you can use to get started writing a Kyso template.

Installation

Git clone this repository:

git clone https://github.com/kyso-io/template

Download and install the Anaconda Python distribution. Then active a conda virtual environment with

conda env create -f environment.yml
conda activate dev

Installing libraries

Install any libraries you need with

conda install <library>

Make sure to run the following command to save the installed libraries into the environment.yml file, this allows others to run the report easily

conda env export --no-builds > environment.yml

Usage

Start programming! Open jupyter with

jupyter lab

And start working.

Sharing

Push to Github and import into Kyso.