Firas Moosvi
Firas Moosvi
Here's a PR of a correlation map that my students (@vcuspinera and @AndresPitta) created. the output of this example is  Not sure if this is something worth adding to...
hello, I'm using the `code-server` package to give students a cloud-based VS-Code editor in a university setting and we're nearly there to a perfect solution. The last remaining hiccup is...
## Fix dropdowns Replace ``` :container: + shadow :title: bg-primary text-white font-weight-bold ``` With: ``` :class-container: sd-shadow-lg :color: primary ``` ## Fix Panels Replace ````{panels} This week the homework assignment...
Instructors often request students to submit jupyter notebooks into PrairieLearn for manual grading. This feature request would add the ability to render the html from an `ipynb` in-browser for easier...
Hello, I am having an issue on macOS BigSur (11.1) with geom_hex() not working. With this code: ``` ggplot(diamonds) + aes(x = carat, y = price) + geom_hex() ``` I...
One of the major pain points of OnTask for users that do not have institutional IT support is to get up and running. There is the demo server, but that...
What do you think about adding in functionality to import the Canvas grade book directly into OnTask (similar to the SQL connections)? ========== Preamble =========== Hey @abelardopardo, Thanks for all...
Thanks for this great GH action! It would be very useful for my workflow to also have the ability to tag/mention the person from whom a review is requested. ###...
## What I am trying to do... Hello, I'm trying to put together a demo where a jupyter notebook auto-launches to "Deck Mode" at startup using JupyterLite and JupyterBook. I've...
[There's a script](https://github.com/PrairieLearn/PrairieLearn/tree/master/tools/question_converters/canvas) (thanks Jonatan!) that converts Classic Canvas questions to PrairieLearn questions. This summer I'm working on a course that would like to switch to PL from Canvas, but...