course-starter-python
course-starter-python copied to clipboard
👩🏫🐍 Starter repo for building interactive Python courses
Hi -- I'm trying to adapt a [starter Python course](https://kingsgeocomputation.org/teaching/code-camp/code-camp-python/) that we wrote a few years ago for use with Binder to the template provided here since it provides a...
Hi @ines, this is awesome, and we're looking into using this to revamp our intro material for allennlp. One issue that would be great to solve is that the content...
Is it possible to create a link that goes directly to an individual section within a chapter? Say for example that I wanted to link to `2-Getting started` in https://course.spacy.io/en/chapter1,...
Sorry @ines for referencing this again, I tried changing `isolateCells: true` in `src/components/juniper.js` and I am still not having follow up cells retaining the variables in the previous cell's environment....
I changed the slides component code to have: ``` math: { mathjax: 'https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js', config: 'TeX-AMS_HTML-full', // See http://docs.mathjax.org/en/latest/config-files.html // pass other options into `MathJax.Hub.Config()` tex2jax: { inlineMath: [ ['$','$'], ["\\(","\\)"]...
Hi ines, First, I want to say thank you. I really love your template. Second, there is an issue in juniper and I think it will be better for students...
Hello Ines, I want to use only the code widget of this template without using netlify. Exactly like juniper I want to embed my code widget in the browser directly...
Is it possible to use the same binder session for multiple snippets? For some exercises I want to continue on previous solutions.
Very interested to try this out with my students this summer but would like to use a (local) docker container. I tried several versions of "serverSettings" but get the same...
Hi, Thank you for this creative platform. It is amazing. I just want to ask how to install a python library. I am trying to import numpy library but I...