The notebooks/
folder consists of notebooks used for research and random tests.
In order to create a working environment, the docker is used. To start it, please, follow the next steps.
- Launch the docker daemon.
- Get to the repository root folder:
cd notebooks/
- Build the docker image with a proper tag:
docker build -t ffc-be-notebooks:latest .
- Run docker container:
docker run -p 8888:8888 -v $(pwd):/usr/src/app ffc-be-notebooks:latest