Trevor Campbell

Results 41 comments of Trevor Campbell

I can reproduce this. [Screencast from 2023-09-11 03:19:02 PM.webm](https://github.com/jupyterlab-contrib/rise/assets/5981307/5b789367-02ac-435e-ad73-972a1a049a0e) Try for yourself by running JupyterLab in the following docker image with command (and visit the URL in your browser): ```...

Ah, I should have posted my response in #48 , which I think is more what is going on in my case.

FWIW: after PR #62 was merged, I can now reliably edit and execute code in RISE slides.

Let me know if you folks end up trying it. @briank-git and I would of course be happy to make fixes/improvements to get it working for you if needed.

Ah, right -- that's not done yet but it was on my to-do list at some point. Thanks for the reminder :-) I'll do that in the next few weeks...

Example added here: https://github.com/trevorcampbell/website_diff/blob/main/.github/workflow-templates/example_workflow.yml Actual live running example can be found in the `deploy_pr_preview.yml` in https://github.com/UBC-DSCI/introduction-to-datascience-python/tree/main/.github/workflows . Example PR with the workflow run on it here: https://github.com/UBC-DSCI/introduction-to-datascience-python/pull/350 Resulting diff site...

Awesome :-) I'm going to merge that PR in the examples above, so FYI the links to the example PR + diff won't work any more. But the template action...

We might want to spit out a warning though, with some statistic, like "X % of your reference draws are being rejected. This indicates that your reference distribution has a...

@miguelbiron do you mean that we'd collect/report benchmarking results for the tests in our test suite? I'm not sure there will be a tonne of overlap between the things we...

@miguelbiron @alexandrebouchard I've added the prototype code for the workflows. A brief explanation: - the current version of benchmarking results for `main` is always kept up to date on `test/benchmark.csv`...