-
Notifications
You must be signed in to change notification settings - Fork 23
Description
Hey y'all, I started using xeus-sql
and it's fantastic, I love the interface for querying data, it feels way more jupyter-native, it's great
I was planning to use it for teaching, and I wanted to build a nice SQLite notebook which had everything the students would need, but I'm struggling with some limitations of our platform which makes it difficult to distribute more than just the notebook file. Normally I'd just add a bash magic for ! wget https://../db.sqlite
at the start to do setup, but it seems those aren't implemented yet.
Is such a thing on the roadmap? I think it'd be useful to show off some database specific commands to students when needed, or run 'backup' commands.
If not, no worries, just wanted to check if that was in the plan or if I should just switch to https://github.com/catherinedevlin/ipython-sql