|
You are here |
adamj.eu | ||
| | | | |
jcbsv.net
|
|
| | | | | ||
| | | | |
vickiboykis.com
|
|
| | | | | 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. | |
| | | | |
scripter.co
|
|
| | | | | How I generated the Python dependencies file requirements.txt so that Netlify can install and run the HTML5 Validator before deploying this site. | |
| | | | |
willhaley.com
|
|
| | | 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. | ||