akirawisnu / docker-stata

Docker image to run Stata on Jupyter notebook. Can be executed either locally and remotely (e.g. Codespaces)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

⚠️ Disclaimer

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.

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—1.29 GB
docker pull ledwindra/base-stata:latest

# with Jupyter and LaTeX—960 MB
docker pull ledwindra/jupyter-stata:latest

Too lazy to install Docker?

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.

About

Docker image to run Stata on Jupyter notebook. Can be executed either locally and remotely (e.g. Codespaces)


Languages

Language:Dockerfile 100.0%