You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am building a simple reloader in nbb that behaves like shadow-cljs and reloads the code when a file is changed. I would like to be able to pass in to eval_script_tags just the tags I want to evaluate like this: scittle.core.eval_script_tags(sometag, someothertag, etc...).