Skip to content
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

How to disable warning ! run input wasn't tracked, call ln.track() and re-run? #2219

Open
jkobject opened this issue Nov 26, 2024 · 2 comments

Comments

@jkobject
Copy link

jkobject commented Nov 26, 2024

I do not want to add some tracking to all my notebooks which I use to try out things but if I do this I am bombarded with
! run input wasn't tracked, call ln.track() and re-run messages. how can I disable?

@falexwolf
Copy link
Member

Right, I fear you can't 🤔

I agree that's relevant.

Will add a setting for this.

You can do ln.settings.verbosity = 0 in the meantime.

@falexwolf
Copy link
Member

Wait, I'm seeing this is just run inputs, you can switch this off via:

ln.settings.track_run_inputs = False

https://docs.lamin.ai/lamindb.core.settings#lamindb.core.Settings.track_run_inputs

@falexwolf falexwolf changed the title keep getting ! run input wasn't tracked, call ln.track() and re-run How do disable warning ! run input wasn't tracked, call ln.track() and re-run? Nov 26, 2024
@falexwolf falexwolf changed the title How do disable warning ! run input wasn't tracked, call ln.track() and re-run? How to disable warning ! run input wasn't tracked, call ln.track() and re-run? Nov 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants