Skip to content

CADLabs/jupyter-lab-environment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CADLabs Jupyter Lab Environment

Environment for experimenting within Jupyter Lab.

See https://hub.docker.com/repository/docker/cadlabsorg/jupyter-lab-environment

Installing Docker

Download and install Docker. The simplest option for Windows and macOS users is Docker Desktop: https://www.docker.com/products/docker-desktop

Starting the Environment

# Pull the Docker image, and run from within the project workspace directory:
docker run -it --rm -p 8888:8888 -v "${PWD}":/home/jovyan/work cadlabsorg/jupyter-lab-environment

Building the Environment from Scratch

docker build -t cadlabsorg/jupyter-lab-environment:latest .

See Makefile for additional scripts.

About

Docker environment for Jupyter Lab cadCAD experiments

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published