marcelmaatkamp / mkdocs-material-jupyter

ubuntu-based mkdocs jupyter base image

Repository from Github https://github.commarcelmaatkamp/mkdocs-material-jupyterRepository from Github https://github.commarcelmaatkamp/mkdocs-material-jupyter

Ubuntu-based mkdocs-material base-image, with Jupyter notebook included

Docker Image CI

Builds ghcr.io/marcelmaatkamp/mkdocs-material-jupyter:

This repo builds a ubuntu-based mkdocs-material with jupyter included. The originsl repo squidfunk/mkdocs-material is alpine based which conflict with alot of (interactive) visualisation plugins like PyVista in jupyter notebook.

This repo builds the following docker base image containers:

Repos extending this base image are:

usage

docker-compose

jupyter

$ docker-compose up jupyter

http://127.0.0.1:8888 jupyter

mkdocs

$ docker-compose up mkdocs

http://127.0.0.1:8000/mkdocs-material/reference/ mkdocs

About

ubuntu-based mkdocs jupyter base image

License:MIT License


Languages

Language:Dockerfile 100.0%