Python and JupyterLab on MacOS

Python and JupyterLab on MacOS

Python is a multi-paradigm interpreted programming language. pip manages packages from PyPI (the Python Package Index). PipEnv lets you create a virtual environment to run your application in isolation with the necessary libraries. Jupyter Lab is a web application that serves as a bridge between code and explanatory text. …

April 30, 2021 · 9 min
Preview Markdown on MacOS

Preview Markdown on MacOS

MacOS doesn’t include an option in Finder to preview Markdown files (.md). There are several solutions available, and one of the quickest and simplest is to install qlmarkdown …

April 24, 2021 · 1 min
Hotkey for MacOS Apps

Hotkey for MacOS Apps

I need to be able to open a program by pressing a HotKey, regardless of which application has focus. Applications typically don’t come with this option but there are cases where it could be useful. …

March 21, 2016 · 1 min