Skip to content

zoghbi-a/explore_js9

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Content

explore_js9 a repo that illustartes how to setup js9 and jpyjs9 to run inside a Docker conatiner.

The image starts with jupyter/minimal-notebook, so it is easy to launch a jupyterlab server. The important parts are installing js9 and jpyjs9.

The image also install jupyterhub, so the testing include both a simple jupyterlab as well as jupyterhub server.

Build

Build the image with:

make build

This is create an image with tag js9

Run

JupyterLab

make run-lab

This runs jupyterlab server on port 8888, which is exposed at 8885.

JupyterHub

make run-hub

This runs jupyterhub server on port 8000, which is also exposed at 8885. The username and password are: jovyan/pass

About

Exploring js9 inside jupyter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published