Aanleiding Adafruit heeft een leuk OLED-board voor op de Raspberry PI, de Adafruit PiOLED. Deze kan ook op de Jetson Nano header geplaatst worden. De constructie is zo simpel dat ik het zelf gemaakt heb, al heeft me dat een herbouw gekost: 1ste keer was OLED gesoldeerd op de print, hetgeen géén succes was (display was […]
Tag: Python
Technical Note: Using a Python virtual environment in Jupyter notebooks
When testing or using various Python packages, the risk is that the new packages mangle the current Python installation, or, are in conflict with the current Python installation. Python virtual environments are an answer to solve this kind of problems. A Jupyter notebook uses a “base” installation when the Anaconda distribution is installed. How to […]