Explore >> Select a destination


You are here

snarky.ca
| | vickiboykis.com
1.6 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.fredrikmeyer.net
2.0 parsecs away

Travel
| | I like to be able to test things interactively in a Python shell when exploring a new package. I also don't like to exit Emacs when I don't have to. So I'd l...
| | ag91.github.io
2.8 parsecs away

Travel
| | [AI summary] A technical guide explains how to configure the python-lsp-server with lsp-mode using pipx to manage isolated virtual environments in elisp.
| | hypernephelist.com
14.0 parsecs away

Travel
| In recent projects, I've been exploring the potential of large language models (LLMs) not just to generate code snippets but also to execute them safely in i...