Hacker News new | ask | show | jobs
by randomluck040 971 days ago
Do you know how that works exactly or do you have a link where I can educate myself on the topic of using Python online in a sort-of-IDE? I‘m teaching Python fundamentals and don’t know how to sail around helping everyone with their individual problems with their machines while installing python or an ide.
2 comments

I'll bet they're using this, that's exactly what it is designed for: https://tljh.jupyter.org/en/latest/

Alternatively, you could do something similar with Google Colab and a notebook you make to serve as a template.

https://www.colorado.edu/cs/students/computing-resources-stu...

Refer to the section titled “CSCI JupyterHub Coding Environment”

Alternatively, as another user pointed out: https://tljh.jupyter.org/en/latest/install/custom-server.htm...