Skip to content

sharedmem/experiment

Repository files navigation

README

Setup

Requirements

  • Docker (20.10+)
  • Docker Compose (1.29+)
  • Python (3.11+)

Setup Environment

  • Start database services.
$ cd /path/to/source
$ docker-compose up -d  # Start database services.
  • Setup Python virtual environment.
$ python3 -m venv --prompt major .venv  # Create virtual environment.
$ source .venv/bin/activate  # Activate virtual environment.
  • Install project's dependencies.
(major) $ python3 -m pip install pipenv
(major) $ pipenv install  # Install dependencies.

Run

  • Start Jupyter notebook.
(major) $ jupyter-lab experiment.ipynb
  • Run notebook. Run -> Run All Cells

  • Wait for few minutes to generate results.

Close Setup

  • Shutdown notebook. File -> Shutdown

  • Shutdown database services.

$ docker-compose down

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published