Open alexisdimi opened 5 years ago
ok, I see the problem. I'll take a look at it
I have added a couple of changes to the 1.3.0 branch that should help on this:
%auth
magic can now take its parameters from environment variables, which decouples the authentication credentials from the notebookNevertheless, the "magics from file" approach is a good idea anyway, so I have added it too
Authenticated endpoints make it necessary to put authentication credentials in cleartext in the notebook, which is not great (especially for demos). Idea: A new magic
%config path/file.ini
that reads magic settings from a file, and somehow avoids outputting sensitive information. (Maybe a second keyword on the command, or a variation%qconfig
for "quiet".)