If you want to use Naas drivers on your local Jupyter environment, it's free and open-source, just follow the procedure below :
!pip install naas_drivers
Few drivers need specific env var set, that will be notified
We came from excel with the conviction that Python is awesome .
Python can be use by developpers, or in low code way.
That what we try to achieve with naas_drivers.
the version number in your local machine
import naas_driversnaas_drivers.version()
import naas_driversnaas_drivers.up_to_date()
the last version number in Github
import naas_driversnaas_drivers.get_last_version()
Show a button to quick open this documentation from Jupyter
import naas_driversnaas_drivers.doc()
show feature request inside Jupyter
import naasmode = "naas_drivers" # can be naas, naas_drivers, awesome_notebooknaas.feature_request(mode)