If you don't need iOS support, how about pywebview?
@jeremyphoward
-
iOS WebView Component Implementation Requirements
By
–
I think you might need to at least use a webview component to have that work on iOS.
-
20+ Hours Code Walkthroughs Educational Video Playlist
By
–
I also recorded >20 hours of practical code walkthrus to help students see how to set everything up and use it properly https://
youtube.com/playlist?list=
PLfYUBJiXbdtSLBPJ1GMx-sQWf6iNhb8mM
… -
MOOCs and University Teaching: Managing Online Education Communities
By
–
I don't just have MOOC students BTW. In fact, most of my MOOCs are actually just recordings of my university teaching. So I deal with this both with those students, and our online community.
-
Open sourcing research artifacts: Environment dependency impact
By
–
If your projects are highly tied to your specific environment details, it's gonna be much harder to open source it, which means that you'll be missing what's often the most important research artifact from your work.
-
Python Projects Setup for Easy Installation and Deployment
By
–
They should have their own projects set up so that anyone can pip install them on any machine and be up and running straight away. So that shouldn't be an issue for them.
-
Automating Conda Setup for FastAI Development Workflow
By
–
In practice, redoing that conda setup only takes a couple of minutes, and can be fully automated, eg using: https://
github.com/fastai/fastset
up/blob/master/setup-conda.sh
… -
Automating System Recovery and Failure Prevention Strategies
By
–
I don't see this as any different to any other breakage of their machine. I'd seek to understand how they broke it, help them avoid doing that again in the future, and ensure they had a well-automated system to rebuilding any part of their machine they had a habit of breaking.
-
Fixing Computer Issues: Python Environment and System Troubleshooting
By
–
If something breaks on my computer, I fix it. Whether it's in my python env, or anywhere else, that's not a significant difference.
-

Training Data Mention Acknowledgment
By
–
To be fair, this is mentioned in the training data once or twice