Issues⚓︎
Run testcontainers with local docker desktop⚓︎
To run test supported by testcontainers with local docker desktop, the environment variable DOCKER_HOST should be set to unix:///home/[user]/.docker/desktop/docker.sock, where [user] is your user name.
The value for DOCKER_HOST in CLI is still unix:///var/run/docker.sock.
Address DeprecationWarning of the mkdocs-jupyter plugin⚓︎
While using mkdocs serve you might get warning as:
DeprecationWarning: Jupyter is migrating its paths to use standard platformdirs given by the platformdirs library. To remove this warning and see the appropriate new directories, set the environment variable
JUPYTER_PLATFORM_DIRS=1and then runjupyter --paths.
To address this warning temporarily for every session:
Or permanently by saving the variable value into your conda environment
- reactivate
your_envwould be needed
Other issues⚓︎
Other issues are listed here