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(...)
A GitLab upgrade is scheduled for Monday April 20th. The service will be unavailable from 9 am to 12. We'll keep you posted on the progress of the upgrade on the Mattermost channel: https://mattermost.inria.fr/devel/channels/gitlab. We recommend that you do not work on the platform until an announcement indicates that maintenance is complete.
Update the allgo API in order to be able to manage the token of notebooks In notebooks, it should be call as :