compiler-research / xeus-cpp

Jupyter kernel for the C++ programming language
BSD 3-Clause "New" or "Revised" License
17 stars 24 forks source link

Add example notebooks + readme.md to Jupyter Lite demo #146

Closed mcbarton closed 2 months ago

mcbarton commented 2 months ago

Description

Please include a summary of changes, motivation and context for this PR.

After the Jupyter Lite xeus-cpp demo sucessfully deployed as a Github page I realised that the demo was missing the example notebook and README.md . @vgvassilev @anutosh491 can one of you merge this PR to add these to the demo?

Fixes # (issue)

Type of change

Please tick all options which are relevant.

codecov-commenter commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 82.05%. Comparing base (d9eff39) to head (ffd3493).

Additional details and impacted files [![Impacted file tree graph](https://app.codecov.io/gh/compiler-research/xeus-cpp/pull/146/graphs/tree.svg?width=650&height=150&src=pr&token=9KM610P5A4&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=compiler-research)](https://app.codecov.io/gh/compiler-research/xeus-cpp/pull/146?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=compiler-research) ```diff @@ Coverage Diff @@ ## main #146 +/- ## ======================================= Coverage 82.05% 82.05% ======================================= Files 17 17 Lines 613 613 Branches 59 59 ======================================= Hits 503 503 Misses 110 110 ```