Skip to content

scottweitzner/docker-polynote

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

branch workflow

Docker Polynote

What is this?

This is the instruction set to build an image for polynote. Polynote is Netflix's opensource alternative to jupyterlab which has in-notebook support for multiple languages.

How do I use it?

pretty simple:

  1. download docker
  2. build your image: docker build -t polynote .
  3. run a container: docker run -p 8192:8192 polynote
  4. access your polynotebook here

Have a question or suggestion?

Drop a feature request to this repo. Pull requests welcome!

About

Dockerfile for building polynote images

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published