jupyter

combinator-ml/jupyter/k8s

Terraform Module HCL K8S

Combinator component to provide a simple Jupyter instance

Install
module "jupyter" {
source = "combinator-ml/jupyter/k8s"
version = "0.0.3"
}
plain text: /constructs/tfmod-combinator-ml-jupyter-k8s/install.txt
⭐ Source on GitHub 📦 Registry page
README

terraform-k8s-jupyter tl; dr; A combinator data component that provides a single Jupyter instance, a notebook provider. - Introduction - Test Drive - Usage Introduction Jupyter is an open-source notebook host. Data scientists use notebooks to research, develop, and document their solutions. However, it is also very useful to use when demonstrating other products where the user persona is an engineer or scientist. Hence, this component is generally used within other stacks to enable demos. The functionality of this component is inteded to help provide those demos. If you are more interested in a notebook platform, then check out Jupyter Hub, or any cloud vendor notebook hosting solution. Test Drive The fastest way to get started is to use the test drive functionality provided by TestFaster.

Inputs (4)
NameTypeDescriptionDefault
namespacestringThe namespace to install into."jupyter"
name_prefixstringPrefix to be used when naming the different components."combinator"
imagestringDocker image to use"jupyter/scipy-notebook:python-3.9.2"
commandlist(string)Container command[ "start-notebook.sh", "--NotebookAp
Resources (1)
kubernetes_deployment
Details
FrameworkTerraform Module
LanguageHCL
Version0.0.3
Cloud K8S
★ Stars0
Forks1
Total downloads19.4k
Inputs4
Resources1
Examples2
LicenseApache-2.0
Namespacecombinator-ml
Updated