liuxunorg commented on issue #3359: [ZEPPELIN-4131] Refactoring shell interpreter URL: https://github.com/apache/zeppelin/pull/3359#issuecomment-491684736 @zjffdu , `hterm_all.js` is exported via the chromium libapps project. `hterm_all.js` relies on several submodules in chromium libapps. `hterm_all.js` cannot be downloaded directly. Therefore, Need to perform the following operations in the official documentation to generate `hterm_all.js`. ## Get the code The “libapps” git repository contains hterm and its dependencies. Clone this repo into a parent directory of your choice. In this example we'll create `~/src/libapps/`: ``` $ mkdir ~/src $ cd ~/src $ git clone https://chromium.googlesource.com/apps/libapps ``` ## Build hterm The build process bundles some resources as JavaScript source and concatenates the JavaScript into a single file (`hterm_all.js`). ``` $ cd ~/src/libapps $ ./hterm/bin/mkdist.sh ``` The files are all written to `./hterm/dist/js/`. Copy the `hterm_all.js` file into your project.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
