- Install Docker and start the Docker service.
- Add Python packages you need to the requirements.txt file.
- Place your notebooks in the
notebooks
directory.` - Run
make run
to build and run the Jupyter container. - Click on the link in console to open the Jupyter server in your browser.
If you need to add new packages to the environment, add them to the requirements.txt file and re-run make run
.
This should solve all of your many issues with Jupyter and Docker.