News

Using Python in HPCSetting up a Python virtual environment: venv The alternative to Conda style python environments is to use Python's virtual environment approach. There is an environment module on ...
Now that the environment is prepared, all python packages are installed, we can add this environment to the launcher. To do this we first install the ipykernel package and its dependencies uising into ...
FTDI are a company known for producing chips for USB applications. Most of us have a few USB-to serial adapters kicking about, and the vast majority of them run on FTDI hardware (or, if we’re… ...