Maybe not of interest to everyone, but I was able to get shellshare running on a Windows10 64-bit version of Cygwin64.
Basically the easiest way would probably have learners install Cygwin using the setup.exe and make sure that python 3.6 (didn't test all python versions) was installed. This is sometimes installed such that you need to use 'python3' as the command, rather than just 'python' (but I'm sure you real data scientists could figure this out). From there run: 'python3 -m ensurepip' to get the latest pip (18.1) installed (I'm not sure why this made a difference) From there it was as described on https://shellshare.net/ $ curl -sLo shellshare https://get.shellshare.net $ python shellshare Sharing terminal in https://shellshare.net/r/SKKgjBOzQQwMTR8Al9 -p On 10/10/2018 3:14 AM, ANTONIOLETTI Mario wrote: Just to be clear - you can receive on anything that has a browser. You can only run the app on linux or a mac to broadcast content. On Wed, 10 Oct 2018, ANTONIOLETTI Mario wrote: Hi, Well we did use the application: https://shellshare.net/ to broadcast shell sessions to 19 students attending a shell session. On the whole it worked well - the session had to be restarted once or twice during the day or the student page had to be refreshed but on the whole it was remarkably stable. One good thing is that because students had a local representation of what you were typing you did not have to make the font larger so that everyone could see it as they had a local representation. Students could also scroll back to see what had been typed previously. On the whole if you are going to be doing a shell based course (that includes git), I would recomend it. Only available for Unix/Macs though. Mario +---------------------------------------------------------------------+ |Mario Antonioletti:EPCC,Bayes Centre,47 Potterrow, Edinburgh EH8 9BT | | Tel:0131 651 3534|[email protected]<mailto:[email protected]> | +---------------------------------------------------------------------+ -- The University of Edinburgh is a charitable body, registered in Scotland, with registration number SC005336. +---------------------------------------------------------------------+ |Mario Antonioletti:EPCC,Bayes Centre,47 Potterrow, Edinburgh EH8 9BT | | Tel:0131 651 3534|[email protected]<mailto:[email protected]> | +---------------------------------------------------------------------+ ------------------------------------------ The Carpentries: discuss Permalink: https://carpentries.topicbox.com/groups/discuss/Tec7b92e8663a0477-M1cc7df7873600ec53ce8ef02 Delivery options: https://carpentries.topicbox.com/groups/discuss/subscription
