This is an unofficial repository to run Stata using Docker. You must have the license code. Otherwise, you can't execute Stata both on batch mode or via Jupyter because the stata.lic
file is not attached in the Docker images.
There are two images, one only consists of Stata, the other one has Jupyter and LaTeX installed. To see my Docker repositories, visit here. Use the following Docker commands to pull the images:
# only Stata
docker pull ledwindra/base-stata:latest
# with Jupyter and LaTeX
docker pull ledwindra/jupyter-stata:latest
No worries, you can execute this via GitHub Codespaces for both public and private repositories. Its default setup has Docker installed. Understanding Docker commands may be helpful, though you can just copy and paste my snippets above.