Jupyter token 2021
Update the allgo API in order to be able to manage the token of notebooks In notebooks, it should be call as :
- allgo.Init() # allgo_instance='https://allgo-qualif.inria.fr')
- app = allgo.App('Nd-Safir')
- app.run(...)
La vérification des quotas de chaque projet est mise en place en mode non bloquant. Plus d'information sur : https://doc-si.inria.fr/pages/viewpage.action?pageId=146834656
Quota verification is enabled for projects in non-blocking mode. More information: https://doc-si.inria.fr/pages/viewpage.action?pageId=146834656
Update the allgo API in order to be able to manage the token of notebooks In notebooks, it should be call as :