pipx --version
0.15.6.0
pipx install --include-deps jupyterlab
pipx inject jupyterlab matplotlib numpy jupyter-console PyQt5 PySide2 qtconsole scipy simpy sympy
[Interface] | |
# Configuration for the server | |
# Set the IP subnet that will be used for the WireGuard network. | |
# 10.222.0.1 - 10.222.0.255 is a memorable preset that is unlikely to conflict. | |
Address = 10.222.0.1/24 | |
# The port that will be used to listen to connections. 51820 is the default. | |
ListenPort = 51820 |
#!/usr/bin/env python | |
# file : nagiosTelegram.py | |
# purpose : send nagios notifications via Telegram bot | |
# | |
# author : harald van der laan | |
# date : 2017/04/01 | |
# version : v1.0.1 | |
# | |
# changelog: |