-
Notifications
You must be signed in to change notification settings - Fork 4
_dashboarding #19
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
Comments
The more and more I think about this, the more it makes sense to introduce nbdev at the beginning of the tutorial. It gives people more time to get comfortable using it, and it also makes it so I don't have to write so much tutorial code for the "checkpoints". The problem is, I need to try this out without it getting too messy. Maybe the trick is to stash my current changes, then try the new organization, and then reintroduce the stashed changes. Organization
Introducing nbdev earlier makes more and more sense to me. Would I encourage someone to use nbdev, even if they weren't working on a full-blooded oop web app? Yes. So let's introduce that earlier on. |
Creating a new issue for the reorg attempt #20 |
Okay, so as explained in #20, I don't need to do a full reorg. But that did inspire some changes that I'd still like to accomplish about GitHub actions, so I changed the title of that issue. I am also going to change my checklist above to include what I discovered in the meantime; mainly that I can use |
To introduce nbdev right, I have to work from a little further back. I need to add "Benefits of Jupyter and JuptyerLab" to 01_getting_started.ipynb (#21) |
I did have "Add basic layout with HBox" on the to do list, but I think that Layouts can be it's own notebook. We can take the exported code and arrange it in another notebook. |
Finished adding exports in 0b41dd2 |
Uh oh!
There was an error while loading. Please reload this page.
It occurred to me that I should import a preview of the end goal at each step. So that it is clear what we are working toward at every step. I want to have two tables of contents. One that makes clear the concrete goal we are trying to achieve and another that lays out the learning steps we do along the way.
Note: it would be good if there was only one example of observe and whatever other skill were covered in 01_getting_started
The text was updated successfully, but these errors were encountered: