Skip to content

Latest commit

 

History

History

notebooks

🚀 Notebooks

The notebooks/ folder consists of notebooks used for research and random tests.

👷‍♂️ Setup

🔧 Local development

In order to create a working environment, the docker is used. To start it, please, follow the next steps.

  1. Launch the docker daemon.
  2. Get to the repository root folder: cd notebooks/
  3. Build the docker image with a proper tag: docker build -t ffc-be-notebooks:latest .
  4. Run docker container: docker run -p 8888:8888 -v $(pwd):/usr/src/app ffc-be-notebooks:latest