sagemathinc / cocalc

CoCalc: Collaborative Calculation in the Cloud
https://CoCalc.com
Other
1.17k stars 217 forks source link

Support for CircuitPython in CoCalc Jupyter notebooks #3177

Open profbrady opened 6 years ago

profbrady commented 6 years ago

In a programming class that I teach we finish the semester extending our use of Python to microprocessors by using CircuitPython on Adafruit hardware. Is there any chance of including their libraries in CoCalc to be able to "simulate" and test code when not connected to the hardware?

haraldschilly commented 6 years ago

I assume you mean https://github.com/adafruit/circuitpython … which looks like it could be installed. Did you already try to install it locally in a project? Does it work and helps with testing the code?


the main question is, which binary makes sense to install. there are a lot... https://github.com/adafruit/circuitpython/releases/

profbrady commented 6 years ago

Not yet. I was just thinking about next semester already and wondered if I could have my class use CoCalc for everything, including CircuitPython.

Brian

On Sep 13, 2018, at 10:01 AM, Harald Schilly notifications@github.com wrote:

I assume you mean https://github.com/adafruit/circuitpython https://github.com/adafruit/circuitpython … which looks like it could be installed. Did you already try to install it locally in a project? Does it work and helps with testing the code?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/sagemathinc/cocalc/issues/3177#issuecomment-421018185, or mute the thread https://github.com/notifications/unsubscribe-auth/APSHU-G4epMl21X-A_RCauOK8bs-c7C1ks5uamVXgaJpZM4WmOyV.

haraldschilly commented 5 years ago

@profbrady did you had time to look into this?