Skip to content

chambbj/pdal-notebook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pdal-notebook

We have created a Docker image preloaded with PDAL, Jupyter, and a number of commonly used Python packages.

Start by pulling the image. Next, run it, forwarding port 8888, and mounting the notebooks directory.

docker pull chambbj/pdal-notebook
docker run -it --init --rm -p 8888:8888 -v $(pwd)/notebooks:/notebooks chambbj/pdal-notebook

Open Jupyter in your browswer at http://localhost:8888 with the provided token.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published