Fxe / cobrakbase

KBase Interface for COBRApy
MIT License
2 stars 4 forks source link

kbase token #20

Open kako-f opened 5 months ago

kako-f commented 5 months ago

Hi! I know its probably not the right place to ask this, but where i can get a kbase toke api? Thanks!

Fxe commented 5 months ago

Hello @kako-f , you can get a token from KBase. Create or open a narrative that you own; Add a code cell (bottom right >_ symbol); Run:

import os
os.environ['KB_AUTH_TOKEN']

Your token will expire in a few days and you will have to redo this process

kako-f commented 5 months ago

Thanks for the expedite help @Fxe. It's working now!