Skip to content
This repository was archived by the owner on Sep 29, 2023. It is now read-only.

kyso-io/template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

 
 
 

Contributors