Naas Documentation
Naas.ai
GitHub
Slack Community
What's new?
Searchβ¦
Welcome to Naas
π
Templates
π
Low-code features
π
Low-code drivers
π
Community
Essentials
Advanced
Packages Management
Upgrading Naas
Deploy on Kubernetes
Local installation
Automatic deployment
Advanced use cases
Best Practices
FAQ
β‘
Naas manager
π
Security
Powered By
GitBook
Upgrading Naas
In naas cloud, we push updates every day with our CI /CD, we value stability for you over everything so only new users get the last news.
If you want the last news you can reboot your machine or wait the monthly update, every second day of the month.
Version
Get
the version number in your local machine
1
import
naas
2
naas
.
version
()
Copied!
Are you at the last version?
1
import
naas
2
β
3
naas
.
up_to_date
()
Copied!
Get remote version
the last version number in Github
1
import
naas
2
naas
.
get_last_version
()
Copied!
To get the latest version
In Naas cloud
1
import
naas
2
naas
.
update
()
Copied!
In your local machine
1
!pip install
--
upgrade naas
Copied!
What's New ?
find the latest changes in our Canny changelog:
Canny
Alternatively, for the more tech people you can see our changelog here :
naas/CHANGELOG.md at main Β· jupyter-naas/naas
GitHub
β
β
Previous
Packages Management
Next
Deploy on Kubernetes
Last modified
1yr ago
Copy link
Edit on GitHub
Contents
Version
Get
Are you at the last version?
Get remote version
To get the latest version
In Naas cloud
In your local machine
What's New ?
find the latest changes in our Canny changelog: