-
Notifications
You must be signed in to change notification settings - Fork 9
Add new user-focused job submission and management tutorial #6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
let me know if I should reformat my email comments as line comments on this PR. ;) |
Christina's email comments copied below :) Setup and start was super easy although a) I already had docker installed and b) only the last link (running on 127.0.0.1) worked. Some thoughts:
In general: it would be awesome to have more exercises or even suggestions for things to modify and try as you go through. Otherwise you just click through. It could be simple things --
Unrelated: somewhere make clear that when you close the browser/container, you lose all your progress you made in that notebook? |
Christina's email comments copied below :) Setup and start was super easy although a) I already had docker installed and b) only the last link (running on 127.0.0.1) worked. Some thoughts:
In general: it would be awesome to have more exercises or even suggestions for things to modify and try as you go through. Otherwise you just click through. It could be simple things --
Unrelated: somewhere make clear that when you close the browser/container, you lose all your progress you made in that notebook? |
I added some language in the "Submitting a Simple Job" section about this.
At least in my mind, the goal is to present an isolated picture. You or @bbockelm might want to override me on that though :)
I definitely don't think we should explain more in this tutorial, so I noted that it's just boilerplate and that it isn't important to understand the mechanics of it.
I like this, and changed all the names to
If we were on Python 3.7+ we could do
See end.
Yes, we can! There was some kerfuffle with the ticket causing regressions, but I had forgotten that this part did make it in (https://htcondor-wiki.cs.wisc.edu/index.cgi/tktview?tn=7064).
This was a plain bug; I needed to tell
I like this idea, but how about we do it as an "exercises" section at the bottom? We could have a few exercises with expected output embedded in markdown cells, and even provide some input files to work with. Things like
Thoughts? |
I like the idea of an exercises section at the bottom! Will leave more comments/ideas when I have time. |
I added three exercises, based on some of the ideas above. I didn't think too hard about how hard they are, but I think the second one is probably too difficult for this tutorial without knowing a lot more about the classad language. |
I'll re-add this to my queue of things to review. |
@ChristinaLK I'm gonna go ahead and merge this. Let's keep this in mind and review later though! |
This PR adds a new job submission and management tutorial that is designed for new users, rather than administrators who are already proficient with HTCondor.