Skip to content

calgo-lab/dsxt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data Science Extensions

A collection of tools/extensions for data science.

Installation of Python environment

In order to set up the necessary environment:

  1. install Poetry
  2. install dependencies (https://python-poetry.org/docs/basic-usage/#installing-dependencies)
    poetry install
    
  3. activate the new environment (https://python-poetry.org/docs/basic-usage/#activating-the-virtual-environment)
    source `poetry env info --path`/bin/activate
    
    or just run
    poetry run python your_script.py
    

Optional and needed only once after git clone:

  1. install several (pre-commit) git hooks with:
    pre-commit install
    
    and checkout the configuration under .pre-commit-config.yaml. The -n, --no-verify flag of git commit can be used to deactivate pre-commit hooks temporarily.

Releases

No releases published

Packages

No packages published

Languages