This also runs postgresql and mailhog containers.
docker-compose build
docker-compose up
https://localhost:8037/admin/master/console
- user: admin
- pass: admin
Check for test mails send by Keycloak
Note: Using poetry is easier than Conda.
# From https://python-poetry.org/docs/
curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python -
If you’ve already got poetry, you might want to…
poetry self update
From https://nbdev.fast.ai/01_Tutorials/01_tutorial.html
# Install jupyter and nbdev in project's environment
poetry install
# Install nbdev dependancy quarto, see https://quarto.org/docs/get-started/hello/jupyter.html
poetry run nbdev_install_quarto
# Start a new shell and ensure `which quarto` returns a valid path.
# Note: `poetry run nbdev_new` was run to initialize this repository.
# Initialize git hooks for Git-friendly Jupyter.
poetry run nbdev_install_hooks
poetry run jupyter notebook
Update README.md with poetry run nbdev_readme