https://github.com/vpavlin/r-jupyter-notebooks
https://github.com/vpavlin/r-jupyter-notebooks
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/vpavlin/r-jupyter-notebooks
- Owner: vpavlin
- License: gpl-3.0
- Created: 2018-03-22T10:19:29.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-21T14:13:36.000Z (over 6 years ago)
- Last Synced: 2025-01-23T03:45:07.532Z (4 months ago)
- Language: Shell
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Jupyter Notebook container image for R on OpenShift
This repository contains definition of Jupyter Notebook images with IRKernel enabled to perform computaions in R in JupyterHub running on top of OpenShift.
To deploy these images, you will first need to deploy and build minimal Python image from https://github.com/vpavlin/jupyter-notebooks
```
oc apply -f https://raw.githubusercontent.com/vpavlin/jupyter-notebooks/master/images.json
```This will prepare the base Jupyter image for R images, which can be deployed and built the same way
```
oc apply -f https://raw.githubusercontent.com/vpavlin/r-jupyter-notebooks/master/images.json
```If you then use our deployment of JupyterHub from https://github.com/AICoE/jupyterhub-ocp-oauth/, you should directly see the `s2i-r-minimal-notebook` in the list of available Jupyter Notebook images