Explore >> Select a destination


You are here

blog.nobugware.com
| | vickiboykis.com
22.7 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.
| | curatedsql.com
15.8 parsecs away

Travel
| |
| | github.com
23.2 parsecs away

Travel
| | mailcow: dockerized - ?? + ?? = ??. Contribute to mailcow/mailcow-dockerized development by creating an account on GitHub.
| | www.fourmoo.com
68.8 parsecs away

Travel
| I had a requirement where I wanted to extract the data before and after the data as shown below. In order to do this, I created the following Custom Column with the syntax below. I did try and use the "Columns from Examples" but it did not work, because in my actual dataset some columns did not have the "(Data)"...