Explore >> Select a destination


You are here

codeinthehole.com
| | stribny.name
10.4 parsecs away

Travel
| |
| | osc.garden
7.4 parsecs away

Travel
| | In order to keep the 'Last updated' field of posts always accurate, I automated its modification with a custom Git pre-commit hook.
| | kewah.com
10.1 parsecs away

Travel
| | How we use ESLint and Prettier to share the same coding style across repositories
| | vickiboykis.com
71.5 parsecs away

Travel
| When I'm working with Jupyter notebooks, I often want to work with them from within a virtual environment. The general best practice is that you should always use either virtual environments or Docker containers for working with Python, for reasons outlined in this post, or you're gonna have a bad time. I know I have. The workflow is a little long, so I thought I'd document it for future me here.