Skip to content
forked from jupyter-naas/naas

⚙️ Schedule notebooks, run them like APIs, expose securely your assets: Jupyter as viable production env!

License

Notifications You must be signed in to change notification settings

felixglush/naas

 
 

Repository files navigation

GitHub license Bump version Upload Python Package codecov PRs Welcome Maintainability Rating semantic-release Commitizen friendly PyPI

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

Gitbooks naas

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) Binder

Install

pip3 install naas


DEVELOPMENT

Install

pip3 install -e '.[dev]'

Run test

pytest -x

Test local server

./test_runner.sh

open manager :

localhost:5000/

Publish

this auto publish by github action on main branch

Check lint

python3 -m black naas format better python3 -m flake8 naas check if any left error

Supporters:

Sentry Gitbooks Canny

Authors:

About

⚙️ Schedule notebooks, run them like APIs, expose securely your assets: Jupyter as viable production env!

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Jupyter Notebook 51.3%
  • Python 41.5%
  • HTML 6.8%
  • Other 0.4%