Basic
Simple example to demonstrate Konduit-Serving
Viewing directory structure
%%bash
echo "Current directory $(pwd)" && treeCurrent directory /root/konduit/demos/0-python-simple
.
├── init_script.py
├── python-simple.ipynb
├── python.yaml
└── run_script.py
0 directories, 4 filesViewing Python script content
%%bash
less init_script.pyViewing the main configuration file
Using the configuration to start a server
Listing the servers
Viewing logs
Sending inputs
Stopping the server
Last updated
Was this helpful?