Skip to content

SeaBee-no/snippets

Repository files navigation

snippets

Install

If this is the first time using poetry set poetry config virtualenvs.in-project true, then run

poetry install

activate the environment with

poetry shell
# or
source .venv/bin/activate

to add it to jupyter run

python -m ipykernel install --user --name=snippets

or to just use pip

poetry export --without-hashes | pip install -r /dev/stdin

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published