You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 26, 2019. It is now read-only.
Add a notebook to this repo and instructions in the README about how to bring up an instance of the node app and have the notebook run as a dashboard. You'll probably want to use Docker because you'll need all of:
The notebook on disk
The node app
The kernel gateway
The kernel used in the notebook
Any other dependencies (matplotlib, node, npm, ...)
You could put all this in a single Docker container and launch two services for the demo (the node app + the kernel gateway). Or you could do a small docker-compose.yml with the kernel gateway running in one container (hopefully based on jupyter/docker-stacks#42 when it lands) and the node app in another.
The goal here is to show how the dashboard backend works independently of the bundler and the dashboard layout extension. Later, we can expand the README to link to those to paint the full picture.
TODO
Create standalone demo notebook
Create Docker container
Replace jupyter-incubator/all-spark-kernels image with the minimal-kernel image.
npm install jupyter-js-widgets instead of building it from source
Use docker link command to link together the containers, instead of querying IP of kernel gateway container.
The text was updated successfully, but these errors were encountered:
Runs against kernel gateway Docker container.
Added Makefile to manage Docker lifetimes and dev process.
Added simple example notebook.
Refs #9
🐷
(c) Copyright IBM Corp. 2016
This one is waiting on jupyter-js-widgets to have a stable npm release so that we can update the dockerfiles and not have to pull everything from git source.
Marking this one closed. We don't need to wait for a stable release of jupyter-js-widgets to move forward. We'll have one issue where we track moving to stable ipywidgets/jupyter-js-widgets releases when they're available.
Add a notebook to this repo and instructions in the README about how to bring up an instance of the node app and have the notebook run as a dashboard. You'll probably want to use Docker because you'll need all of:
You could put all this in a single Docker container and launch two services for the demo (the node app + the kernel gateway). Or you could do a small docker-compose.yml with the kernel gateway running in one container (hopefully based on jupyter/docker-stacks#42 when it lands) and the node app in another.
The goal here is to show how the dashboard backend works independently of the bundler and the dashboard layout extension. Later, we can expand the README to link to those to paint the full picture.
TODO
jupyter-incubator/all-spark-kernels
image with theminimal-kernel
image.jupyter-js-widgets
instead of building it from sourcelink
command to link together the containers, instead of querying IP of kernel gateway container.The text was updated successfully, but these errors were encountered: