Skip to content

Latest commit

 

History

History
33 lines (28 loc) · 580 Bytes

README.md

File metadata and controls

33 lines (28 loc) · 580 Bytes

Jupyter Notebook

Install

check your python version, it should be higher than 3.10

python --version

if not, please install via

brew install python@3.10

Use virtualenv

use virtualenv as env manager for python, and run the following commands to init env and install dependencies.

pip install virtualenv
npm run venv:init

Check if successfully setup

source .venv/bin/activate
npm run venv:which & npm run lint

Environment Variables

# for dev mode
cp .env.example .env
# for test mode
cp .env.example .env.test