Jupyter Hub - AWS
  • Overview
  • Pre-requisites
  • Disclaimer
  • AWS: Instance Launching
    • Overview
    • Customizing an Instance
    • Assigning an Elastic IP Address
    • Connecting to Your Cloud
    • Ubuntu: Server Update and Add Users
  • Anaconda
    • Overview
    • Anaconda Installation
    • JupyterHub Installation and Configuration
  • R
    • R Installation
    • Update and Install IR Kernel
  • Stata
    • Overview
    • Stata Installation
    • Stata Kernel for Jupyter
  • (Optional) GitHub Extension and Packages
    • GitHub Extension
    • nbgrader
  • (Optional) Add a Custom Domain
    • Overview
    • Adding a Subdomain
  • (Optional) GitHub Authentication
    • Overview
    • Generate Cookie Secret
    • Secure Your Lab
    • Add GitHub Authentication
Powered by GitBook
On this page
  1. Stata

Stata Kernel for Jupyter

PreviousStata InstallationNextGitHub Extension

Last updated 3 years ago

Install Stata kernel to allow Jupyter users to create and run Stata files in Jupyter Notebooks:

pip install stata_kernel
python -m stata_kernel.install

Ensure that the stata_kernel is installed correctly:

nano .stata_kernel.conf

Use CTRL+O then enter to overwrite the document and CTRL+X to exit.

Make sure stata_path is pointing to the correct executable. It can be different depending on your Stata version.

Copy the configuration file to system configuration for all users:

cp .stata_kernel.conf /etc/stata_kernel.conf