-
Notifications
You must be signed in to change notification settings - Fork 1
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
Ensure that auto-knitting works with db$track()
in RStudio
#110
Comments
This should be fixed on this branch of lamindb. @lazappi, can you please try it out by checking out that branch for a trivial example notebook on |
A friendly reminder, here. I'd love to let them know that this is supported now. |
I'll try to have a look in the morning. I'm not really familiar with the auto notebook stuff so it might take a bit of messing around. |
Thanks, Luke! 🙏 |
I'm also happy to take a look during lunch -- my morning is booked unfortunately 😊 |
Ok, I have tested and this works if you use the |
Great! And just to confirm: you did not call |
Nope. Just |
Not sure exactly but I think there might be some tricky things about when the source
In the first one the |
Is it possible that the Because I fear these nuances are tricky for you to comment on and likely sound like gobbledegook. Can we have brief Zoom call to go through the UX and make sure that report and source code are up to date? One thing we could do is check for the timestamp of the |
Made both fixes:
But we should try this out and ideally also try to get rid of the manually passed |
Let me know if one of you has time today or tomorrow to polish these things! Given it's Thanksgiving tomorrow and we'll only release tonight at the earliest there is no longer so much urgency. Let's focus on getting the UX right and also account for all edge cases. |
I booked a time for tomorrow. Trying to make sure the notebook is saved before running |
Thanks! Let's test it out.
That's already done on the branch. I added a check for the time stamp. |
Should be fixed by #120 |
If auto-knitting produces an
.html
"on-the-fly" and at the point at whichdb$finish()
is called there is a file in the working directory calledwhatever.html
, then we can bypasslamin save
and simply push that file duringdb$finish()
.The text was updated successfully, but these errors were encountered: