Tutorials
This page introduces the SOLikeT tutorial notebooks and how to run them locally to get familiar with the package.
Available tutorials
First step Notebook — The notebook file is located at
notebooks/first_step_tutorial.ipynb. It walks through:Installing SOLikeT and optional extras
Loading example data and utilities
Running simple likelihoods and theory components
Interpreting outputs and plotting basic results
Coming soon
Running the tutorial locally
To open and run the notebook on your machine:
If you have installed SOLikeT via uv, you can simply launch the notebook from the uv environment:
uv run jupyter notebook notebooks/first_step_tutorial.ipynb
- If SOLiket has not been installed via uv:
Ensure you have a Python environment that meets SOLikeT requirements (see Install and run Cobaya+SOLikeT).
Install Jupyter:
python -m pip install jupyter
Launch Jupyter and open the notebook:
jupyter notebook notebooks/first_step_tutorial.ipynb