nuvla / example-app

example multi-component nuvla application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Example Application

An example application that consists of two components: an nginx web server and a Jupyter notebook.

How to register this application in a Nuvla installation

To register this container on your Nuvla on-premise installation, clone the sources from the nuvla/example-app GitHub.

Define the following environmental variables:

  • NUVLA_ENDPOINT: The endpoint of the Nuvla server, e.g. https://nuvla.io.

  • NUVLA_USERNAME: The username of the account to use.

  • NUVLA_PASSWORD: The password of the account to use.

Then run the following commands:

pip install nuvla-api
python add-module.py

You should now see the module component in the App Store called My first application.

About

example multi-component nuvla application

License:Apache License 2.0


Languages

Language:Jupyter Notebook 48.4%Language:Python 40.5%Language:HTML 11.1%