This is a repository for the interactive C tutorial. Here you can revise your knowledge of C and play with the code. The repo contains a jupyter notebook tutorial that is run on C kernel from [jupyter-c-kernel][1] project.
Not yet available
Download this repo:
git clone https://github.com/8greg8/c_tutorial
Install dependencies with Anaconda:
conda env create -f environment.yml
Activate environment
conda activate c_tutorial
Install C kernel
install_c_kernel
Start the notebook
jupyter-notebook
Click on the badge below to start:
This software is licensed under the GNU-GPLv3 license. See the license file for details.