PixieApp Publishing

The Publication Process

Once you have developed your PixieApp in a Jupyter Notebook, here’s how you can publish it to the web

Click on the publish icon (the electric plug icon 🔌 in the upper-right corner) to deploy the PixieApp into the PixieGateway.

_images\pixieapp-publish-button.png

The Publish Configuration dialog contains the following panels:

  1. Basic configuration info, such as server address, page title, and page icon. The only required field is the PixieGateway server location. You can simply enter it, and click the Publish button.
_images\publish-pixieapp-config.png
  1. You can also view more details. The Imports pane contains a list of package dependencies (automatically detected by static code analysis).
_images\publish-pixieapp-imports.png
  1. And finally, you can view the Kernel Spec information.
_images\publish-pixieapp-kernel.png

If all goes well, you should see a dialog similar to the following:

_images\pixieapp-publish-success.png

Click on the provided link and start using the PixieApp as a regular web application.

_images\pixieapp-published-final.png