Explore >> Select a destination


You are here

dhariri.com
| | www.mackorone.com
1.9 parsecs away

Travel
| | [AI summary] A developer shares a tutorial and script solutions for managing Python virtual environments within TMux panes to avoid manual re-activation.
| | willhaley.com
1.3 parsecs away

Travel
| | These instructions assume you have already installed a version of Python compatible with Flask. They also assume you have installed pip, a Python package manager. I've written instructions for this. Be mindful when copying and pasting the code below. Make sure you use Unix-style line endings in your text editor, as Michael Lee points out in the comments below. You will very likely encounter issues if you use Windows-style line endings.
| | vickiboykis.com
1.9 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.
| | ankane.org
7.4 parsecs away

Travel
| Jupyter notebooks are a great alternative to the Rails console for doing exploratory data analysis and building predictive models. Here's how to...