GithubHelp home page GithubHelp logo

benabel / quarto_gcc_kernel Goto Github PK

View Code? Open in Web Editor NEW

This project forked from quarto-dev/quarto_echo_kernel

0.0 0.0 0.0 22 KB

A simple example kernel for Jupyter (showcasing some quarto-specific features)

License: BSD 3-Clause "New" or "Revised" License

Python 100.00%

quarto_gcc_kernel's Introduction

quarto_gcc_kernel

This is a fork of the quarto_echo_kernel project. It is a simple example of a Jupyter kernel that runs the GNU Compiler Collection (GCC) to compile and run C code.

Installation

Not published to Pypi, you can install it from github:

pip install https://github.com/benabel/quarto_gcc_kernel/archive/main.zip

You can verify the installation with:

jupyter kernelspec list

Using the Gcc kernel

Notebook: The New menu in the notebook should show an option for an Gcc notebook.

Console frontends: To use it with the console frontends, add --kernel gcc to their command line arguments.

Configuration

Currently, the kernel can't be configured and will always use:

  • -std=c99 for C code

  • Wrap the code in a main function if it doesn't already have one with:

    `c #include <assert.h> #include <stdbool.h> #include <stddef.h> #include <stdint.h> #include <stdio.h> #include <stdlib.h> `

Contributing

I use this project for my courses and just fit my needs. If you want to improve it to fit yours, your contributions are welcome:)

quarto_gcc_kernel's People

Contributors

takluyver avatar benabel avatar blink1073 avatar 1b15 avatar cscheid avatar willingc avatar certik avatar tkw1536 avatar nickc1 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.