Skip to content
/ vs-notebook Public template

Template for create notebook project in vscode using project's specific python.

Notifications You must be signed in to change notification settings

GeekEast/vs-notebook

Repository files navigation

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

About

Template for create notebook project in vscode using project's specific python.

Resources

Stars

Watchers

Forks