Repository to handle chat.db files or csv files and transform into desired tables with guided user input.
Container can be built using Makefile commands.
Users need to change make build_jupyter command in order to successfully import file into jupyter notebook environment. Set --build-arg in the docker build command to the file name of the file you want to import.
Run the following to build and deploy jupyter notebook instance to the url http://localhost:8888/lab:
make build_jupyter
make run_jupyter