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 Jupyter Lite serve instructions to README #120

Closed mcbarton closed 3 months ago

mcbarton commented 3 months ago

The objective of this PR is to see whether the jupyter serve issue mention here is present in the wasm build in the ci https://github.com/compiler-research/xeus-cpp/issues/61#issuecomment-2124670110

anutosh491 commented 3 months ago

Thanks for this. Let's see what the CI says !

codecov-commenter commented 3 months ago

Codecov Report

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

Project coverage is 75.08%. Comparing base (c7a3175) to head (abae6bb).

Additional details and impacted files [![Impacted file tree graph](https://app.codecov.io/gh/compiler-research/xeus-cpp/pull/120/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/120?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 #120 +/- ## ======================================= Coverage 75.08% 75.08% ======================================= Files 17 17 Lines 602 602 Branches 59 59 ======================================= Hits 452 452 Misses 150 150 ```
mcbarton commented 3 months ago

@anutosh491 here is the PR for you to review once you've had a chance to test locally.

anutosh491 commented 3 months ago

Trying it out now !