hs0531
Results
4
comments of
hs0531
how can you work Neptune in Offline Mode
thank you ---Original--- From: "Jakub"
> thank you > […](#) > ---Original--- From: "Jakub"
> Hi @hs0531 > > You can do something like this: > > ```python > from neptune import OfflineBackend > > neptune.init(backend=OfflineBackend()) > ... > ``` > > as [explained...