Skip to content

Rasmnev/altair-101

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

altair-101

Setup

First create a viratual environment

Conda

conda create -n altair-101
conda activate altair-101

venv

python  -m venv ./venv
source .venv/bin/activate

and install requirements.

pip install -r requirements.txt

(Optional) if you don't have jupyter, install it

pip install jupyterlab

Create ipykernal for your created environment.

python -m ipykernel install --user --name altair-101 --display-name "altair-101"

Start jupyter to run the notebook

jupyter notebook

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published