ines / course-starter-python

👩‍🏫🐍 Starter repo for building interactive Python courses
https://course-starter-python.netlify.com
MIT License
504 stars 118 forks source link

Localhost using ines Binder #10

Closed NixBiks closed 5 years ago

NixBiks commented 5 years ago

So I did the following

  1. Import this repo, install it and make sure app is running locally.
  2. Customize the meta.json and /requirements.txt`](binder/requirements.txt).
  3. Build a Binder from the binder branch of this repo.

All works fine. BUT when I run npm dev run and executes python code then it doesn't use the Binder specified in meta.json. I can't figure out why!?

NixBiks commented 5 years ago

Changing useStorage to false in juniper.js fixed it.