Skip to content

salah3x/notebook-ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Interactive Notebook GitHub release GitHub

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.


Pre-requisite

  • Run the notebook server on your machine (Follow the installation instructions).

  • Install the Oracle JET cli, assuming node and npm are already installed:

    $ npm install -g @oracle/ojet-cli

Build-Run-Deploy

  • First clone the repo:

    $ git clone [email protected]: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).

Features

See release notes

Further help

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