tech-a-go-go
tech-a-go-go
Thank you for the reply. This worked pretty good ! ``` IS_JUPYTER_NOTEBOOK = ('JPY_PARENT_PID' in os.environ or 'inline' in os.environ.get('MPLBACKEND', '')) ``` Now my graph is shown without the following...
Hi, @DanielGoldfarb Thank you for the reason ! I didn't know that rule. That's smart =)
@reloaddev Thanks for your comment ! That helped me a lot. But now I get an error `FirebaseError: Firebase: Error (auth/admin-restricted-operation).` on `await getRedirectResult(auth)` after redirected back to my https://localhost:3000...
I found out what was the problem. I've disabled "user creation by user" on firebase project page for email,password auth earlier. That prevented the redirect login with error `FirebaseError: Firebase:...