Customizing the editor
A third-party editor can be customized to work with ML Runtimes.
- 
                                For a third-party editor to work with ML Runtimes, provide a starting script.
                                
#! /bin/bash "$ZEPPELIN_HOME/bin/zeppelin.sh" - 
                                For Cloudera AI to interpret
                                        this as an editor startup script, you must create a symlink
                                        to the editor as
                                                /usr/local/bin/ml-runtime-editor.
                                        This will be created in the Dockerfile of the customized
                                        runtime.
                                
 
