AppsIDE & ToolsJupyterlab

JupyterLab

Web-based environment for interactive and reproducible computing.

Directory Structure

    • .env
    • docker-compose.yml

docker-compose.yml

version: "3.3"
 
services:
  r-notebook:
    image: quay.io/jupyter//minimal-notebook:latest
    ports:
      - 10000:8888
    volumes:
      - '"${PWD}":/home/jovyan/work'
    restart: unless-stopped

Resources

Website: https://jupyterlab.readthedocs.io/

GitHub: https://github.com/jupyterlab/jupyterlab

Quay: https://quay.io/repository/jupyter/minimal-notebook

Configuration: https://jupyter-docker-stacks.readthedocs.io/en/latest/