Complete guide to installing and setting up Pixeltable
Create virtual environment
python -m venv venv
Activate environment
venv\Scripts\activate
Install Pixeltable
pip install pixeltable
Install Jupyter
pip install jupyter
Start Jupyter server
jupyter notebook
Create notebook
Test installation
import pixeltable as pxt pxt.init()
Package conflicts
pip install --upgrade pip pip cache purge pip install -U pixeltable --no-cache-dir
Database connection issues
GPU support
Was this page helpful?