Explore >> Select a destination


You are here

themythicalengineer.com
| | vickiboykis.com
5.1 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.
| | www.janmeppe.com
7.6 parsecs away

Travel
| | In this blog post, I'll tell you how to add a new kernel to your Jupyter notebook in just 3 simple steps.
| | daniel-m.github.io
5.9 parsecs away

Travel
| | Generalist Developer, an enthusiastic physicist that spends most of its days telling computers how to do stuff
| | anthonysciamanna.com
40.5 parsecs away

Travel
| Code katas provide an opportunity to practice our software development skills, recognize patterns, and learn how to apply techniques. In general, we pro...