An open API service indexing awesome lists of open source software.

https://github.com/korniichuk/jupyter-test-notebook

The jupyter-test-notebook stack of ready-to-run "Jupyter Notebook with R and Scala" application in Docker
https://github.com/korniichuk/jupyter-test-notebook

Last synced: about 2 months ago
JSON representation

The jupyter-test-notebook stack of ready-to-run "Jupyter Notebook with R and Scala" application in Docker

Awesome Lists containing this project

README

          

.. contents:: Table of contents
:depth: 2

Full description
================
The `jupyter/minimal-notebook `_ Docker image with R and Scala.

Docker Hub
==========
The `korniichuk/jupyter-test-notebook `_ repo.

Quickstart
==========
The following command starts a container with the Notebook server listening for HTTP connections on port 8888 without authentication configured::

$ docker run -d -p 8888:8888 korniichuk/jupyter-test-notebook