Install additional Jupyter kernels
Python, R, and Stata kernels on Code Ocean.
Last updated
Was this helpful?
Python, R, and Stata kernels on Code Ocean.
Last updated
Was this helpful?
Is already included when you install Jupyter.
To install Jupyter, If you have Conda or pip installers available in your environment, you can just add package Jupyter
.
If you do not, you can add python3-pip
, python3-setuptools
, and python3-wheel
via , and then add jupyter
via the pip3 installer (which will appear automatically when you've added python3-pip
).
Requires the package IRkernel
: available either through , or, if you have the Conda installer available, you can add the package r-irkernel
and then add the channel r
to Conda's .
You'll also need to run, in the , the command Rscript -e "IRkernel::installspec()"
.
Start your capsule from an environment with Stata available.
Via the installer, add the packages python3-pip
, python3-setuptools
, and python3-wheel
.
Via the pip3
installer that dynamically appears, add ipystata
, pandas
, and jupyter
.
In the , run the following: