LorenFrankLab / spyglass

Neuroscience data analysis framework for reproducible research built by Loren Frank Lab at UCSF
https://lorenfranklab.github.io/spyglass/
MIT License
94 stars 43 forks source link

Add password setting instructions to setup tutorial #1128

Closed CBroz1 closed 1 month ago

CBroz1 commented 1 month ago

DataJoint has a password setting function in the source code, but intentionally removed this from documentation. Our tutorial will need to bridge this gap if users are to set their own passwords

import datajoint as dj

dj.conn() # using existing pass
dj.admin.set_password() # follow prompts