Scheduler system for notebooks
Project description
Naas (Notebooks As Automated Services)
Schedule notebooks, to automate all your tasks.
Use the power of scripting in the cloud. Whenever you need it (even when you sleep).
- Schedule your scripts
- Use Notebooks as API
- Share assets securely
- Send emails
Documentation
Issue
If you found a bug or need a new feature go there : https://naas.canny.io/
Try Naas
Using Binder You can try out some of Naas features using the My Binder service.
Click on a link below to try Naas, on a sandbox environment, without having to install anything. Test it in binder (WIP)
Install
pip3 install naas
DEVELOPMENT
Install
it will create and install all dependency in docker machine
./install.sh
Test local server
./install.sh -ro
it will run your docker machine only.
if you want to rebuild docker too ./install.sh -r
Then open your browser at the url:
http://localhost:8888
enter test
as password
if you want other password ./install.sh -t=mypassword
Livereload
If you do change in naas code, the server will live reload.
If you use naas in a notebook restart the kernel to get the changes.
isolated Manager
open manager outsite of jupyter context :
http://localhost:8888/naas
Run test
run it in the shell of jupyter
pytest -x
Check lint
python -m black naas
format better
python -m flake8 naas
check if any left error
Publish
You can commit from jupyter or from your local IDE, code of Naas is sync between docker machine and your computer
this auto publish by github action on main branch
Supporters:
Authors:
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.