Skip to content

IagoA/dask_introduction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction to Dask

This code repository is part of the introduction to distributed computing with Dask session.

Installation

Environment installation

It is recommended to create a specific virtual environment for the repository. To be able to manage dependencies and Python version at the same time in a simple way, it is recommended to use Conda.

Open a terminal at the root of the repository and create a new python environment.

conda create -n dask_introduction python=3.12

Then, it is necessary to activate it and/or configure it as the project interpreter in your IDE.

conda activate dask_introduction

Dependecies installation

Finally, you must install the project dependencies in your new environment.

pip install -r requirements.txt

Execution

Just run Jupyter in you environment and enjoy :)

jupyter-lab

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published