Skip to content

talkpython/talkpython-fundamentals-of-dask

 
 

Repository files navigation

Fundamentals of Dask

This repository contains the material for Talk Python Training course on Fundamentals Dask.

Prerequisites

  • Basic Python

Not required, but nice to have:

  • pandas
  • NumPy
  • scikit-learn
  • Machine Learning
  • JupyterLab
  • conda (for local setup)
  • Terminal (for local setup)

Setup

You get up and running in two ways:

Launch Binder

Binder

The binder project allows you to open Jupyter notebooks in this repository in an online executable environment. Click on the "launch binder" link in your browser window to get started. It might take a few minutes to start.

Note: Binder notebooks timeout if inactive for more than 10 mins.

Local setup (recommended)

git clone http://github.com/<username>/talkpython-fundamentals-of-dask

  • From root directory:

cd talkpython-fundamentals-of-dask

create a new conda environment:

conda env create -f environment.yml

  • Activate the conda environment:

conda activate talkpython-dask

  • Start JupyterLab

jupyter lab

About

Material for Talk Python Training course on Fundamentals of Dask.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 99.9%
  • Shell 0.1%