Starter Elm app that deploys on Netlify

It also works with VSCode devcontainers and on GitPod. Because Step 1 in any new project is a reproducible development environment, and Step 2 is get it in production. Step 3 is implement something. Copy this code: systemsthinking-dev/poker-in-elm at starter (github.com) This is my accomplishment for the day, so I’m here to share it with … Read moreStarter Elm app that deploys on Netlify

Minimum path to a Jupyter Notebook in VSCode

Today I need to do some calculations for an article, so I want to persist them. The best way to do this is in a notebook, in Python. This Jupyter notebook thing that is exactly what I need. And VSCode recently added support for it! The installation instructions for Jupyter are all like “anaconda” and … Read moreMinimum path to a Jupyter Notebook in VSCode