Coder Social home page Coder Social logo

daskcourse's Introduction

Small dataset Binder

Large dataset Binder

Introduction to Dask

This is the material used for the course "Scalable analytics with Python (DASK)" given by Science IT Support at Bern University. You can test the notebooks using the binder badge, but several datasets are not included due to their size.

Local installation

Installation is based on conda. If you don't have conda installed yet, the simplest is to install it using miniconda.

In order to install all necessary packages on your laptop or on a cluster, first clone this repository:

git clone https://github.com/guiwitz/DaskCourse.git

Then use this environment.yml file to create a dedicated conda environment:

conda env create -f environment.yml

If you want to use JupyterLab, also install the necessary extensions:

conda activate dask_course
jupyter labextension install dask-labextension --no-build
jupyter labextension install @jupyter-widgets/jupyterlab-manager --no-build
jupyter labextension install @bokeh/jupyter_bokeh --no-build
jupyter lab build --minimize=False
jupyter serverextension enable dask_labextension

Finally you can download all necessary data using the script download_all.py:

conda activate dask_course
python download_data.py

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.