Skip to Main Content

Software Carpentry

Installing the STATA kernel for Jupyter Lab

Prerequisites

  1. The default Python is Python 3 (i.e. the python --version command returns "Python 3.<release number>.<bugfix number>"
  2. Jupyter Lab is installed
  3. You have a local installation of STATA

The easiest way to meet these prerequisites is to install Python via the Anaconda distribution, but that isn't required if you installed everything some other way.

Install

Most recent instructions available here:

https://github.com/charlieeatonphd/Graduate-Statistics-and-Data-Science-for-Sociology/blob/master/week1/w1lesson1_jupyter_setup.ipynb

.condarc

ssl_verify: true
channels:
  - defaults
  - conda-forge
channel_priority: strict
unsatisfiable_hints: true

.stata_kernel.conf