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
pip3 install naas
pip3 install -r requirements.txt
pytest -x
./test_runner.sh
open manager :
localhost:5000/
python3 -m black naas format better
python3 -m flake8 naas check if any left error
bump version
cz bump --changelog
create release
python3 setup.py sdist
upload release
python3 -m twine upload dist/* -u YOUR_USERNAME