I’m working on a dev app that will create a default template/UI for users. When users launch a job, it should open up:
A file browser open to IPYNB lessons our unit teaches (20%, left)
A specific IPYNB for the lesson which we can change as needed (50%, middle)
A terminal window on the system (30%, right)
I have gotten this set-up to work for myself, but it’s been hard to replicate when I share the files with others. When trying to make it replicable, I find it’s pretty easy to get the browser and IPYNB to display, but I have a much lower success rate with the terminal.
I can package up my app to share as it doesn’t look like I can attach things, but also any general insight into how one might accomplish these things would be appreciated. Thanks!
Can you share your source code on github or similar? I can take a look there. Not sure what you mean about success rate - like I guess I’d have to see the exact failure to diagnose what’s wrong.
Basically, I’ve been iterating through the code for weeks and most of the time I can get the file browser and ipynb to come up on launch. I’ve gotten the terminal to come up a few times, but it hasn’t worked when I’ve given the code to others, so I’ve had to go back to the drawing board to figure out a more universal implementation.
Currently, I’m struggling to get the terminal to come up even for myself on launch. You should have everything you need here, though you’ll need to change the path for the ipynb.