An Interactive Notebook UI for notebook-server.
It executes pieces of code on a remote server, display the output and visualize the returned data if it is parseable.
-
Run the notebook server on your machine (Follow the installation instructions).
-
Install the
Oracle JET cli
, assumingnode
andnpm
are already installed:$ npm install -g @oracle/ojet-cli
-
First clone the repo:
$ git clone git@github.com:salah3x/notebook-ui.git && cd notebook-ui
-
Serve the app on http://localhost:8000/:
$ ojet serve
-
To deploy the app:
-
Build the project:
$ ojet build --release
-
Copy the content of
web
directory to a static web host (e.g. AWS S3 or Firebase Hosting).
-
See release notes
To get more information about Oracle JET, check out the the official docs.
This project was generated with Oracle JET Command Line Interface version 7.2.0