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
- Host: GitHub
- URL: https://github.com/korniichuk/jupyter-test-notebook
- Owner: korniichuk
- License: unlicense
- Created: 2015-12-09T21:51:54.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-12-11T19:30:12.000Z (almost 10 years ago)
- Last Synced: 2025-03-16T09:53:28.919Z (7 months ago)
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE.txt
Awesome Lists containing this project
README
.. contents:: Table of contents
:depth: 2Full 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