Ines Montani

Results 45 comments of Ines Montani

Cool, glad it worked! And it looks like all you're missing are the requirements: https://github.com/ines/course-starter-python/blob/master/binder/requirements.txt In my framework, I use my little utility helper library [`wasabi`](https://github.com/ines/wasabi) for easy formatted command-line...

> I tried to solve this problem by adding ( numpy==1.16.5 ) to ( binder/requirements.txt ) but I still get the same error. Yes, this should work. Make sure you...

Thanks a lot! > 1- Can I use this template for commercial use? I am selling online courses and I need to use online editor for my courses. I was...

The relevant setting that enables the speaker notes is here: https://github.com/ines/course-starter-python/blob/57d8b1ac80caddcdb921e6794b4f6666344cc48e/src/components/slides.js#L34 You could either edit this manually, or make it a global setting that is passed to the component. Or...

Not 100% sure I understand the question – but you should be able to port over the `conftest.py` from my spaCy course repo and then run `pytest`. The conftest will...

I think the main difference here is `gl` instead of `gh`? `%2F` == `/` and I think the `build` URL is just the internal Binder URL to connect to from...

Thanks! 😃 The [Electron experiments](https://twitter.com/_inesmontani/status/1128642308273049601) I did the other day kind of go in a similar use case direction, but it's still a bit rough. I think the easiest way...

If you want to use data files and load them from the root of the user directory of the Python session, then yes, they need to be in the Binder....

> It might be that Netlify Identity is the solution but I don’t really see how to integrate that here. I’m sure it’s due to my rookie skills though. I...

Thanks! And yes, the problem at the moment is that the code blocks in the slides aren't actually parsed by any the syntax highlighter. The slides stuff was a bit...