This is a baseline project that you can use to get started writing a Kyso template.
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
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
Start programming! Open jupyter with
jupyter lab
And start working.
Push to Github and import into Kyso.