datacamp-light icon indicating copy to clipboard operation
datacamp-light copied to clipboard

Convert any blog or website to an interactive learning platform for data science

Results 61 datacamp-light issues
Sort by recently updated
recently updated
newest added

Hello everyone, While trying to insert accented characters in the `incorrect_msg` or `success_msg` of the `` tag, they always appear replaced by `[removed]` (either typing them directly or using `encodeURI()`...

Hello, we use DataCamp Light to teach statistics and we wrote the `supernova` package to teach ANOVA. Can you please upgrade the package to the current version? The upgrade will...

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.10 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...

dependencies

Hello, I wanted to make a query, how can I add support for Javascript, HTML or CSS?

Hi, we would love to use the most up to date versions of the mosaic and tidyverse packages with our students. Could you please update those packages?

Thank you for this very useful package, which I plan to integrate with my teaching. Would it be possible to also add the PuLP package, to support optimisation?

I have added the input() function but it shows error in the shell ![Capture](https://user-images.githubusercontent.com/14366432/61634205-4abf9c80-acaa-11e9-9ee5-db918050d11c.JPG) https://python-tricks.com/control-statements-in-python/

I'm trying to include the code snippet for adding sample-code in my markdown file but it does not render properly. (https://frmi.netlify.app/docs/primers/code#section-with-python-code) I'm using a Jekyll based platform.

Is there any way to get it working by taking the html by class? `DCL.instances["html_id"].on("feedback", function(payload)` I want to do something like this: `DCL.instances["html_class"].on("feedback", function(payload)`

Is there any other way to initialize the dcl.instances? I always have to write my functions on window.load methods. I wanna initialize by calling my custom functions. ` window.onload =...