Skip to content

Internal library used to develop and test Databricks Academy courseware

Notifications You must be signed in to change notification settings

skslalom/dbacademy

 
 

Repository files navigation

DB Academy

Purpose

This repository is an incubator for internal libraries used to test and develop curriculum. It should be assumed that modules will be promoted to more distinct, resuable components as they mature.

Getting Started

While intended to be used in both notebook/online/remote and "traditional"/offline/local development, this module is specifically structured for local development and as such requires a Conda environment. Instructions to setup the Conda environment are as folllows:

conda create -n dbacademy python=3.9
conda activate dbacademy
pip install -r requirements.txt

Once setup, unit tests can be run by executing pytest

Usage - Notebook/Online/Remote

To use this module in your notebook add to the first command the following call:
%pip install git+https://github.com/databricks-academy/dbacademy

Note: this will reset the Python interpreter removing any local variables or functions declared before this call.

About

Internal library used to develop and test Databricks Academy courseware

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.3%
  • Other 0.7%