Skip to content

Latest commit

 

History

History
44 lines (30 loc) · 1.31 KB

README.md

File metadata and controls

44 lines (30 loc) · 1.31 KB

License: GPL v3 Binder

Interactive C Tutorial

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.

How to use this repository

Docker

Not yet available

Jupyter Notebook and Jupyter Lab

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

Binder

Click on the badge below to start: Binder

Software backend

Xeus Cling

Binder

Jupyter

References

1

License

This software is licensed under the GNU-GPLv3 license. See the license file for details.