Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 1.07 KB

README.md

File metadata and controls

24 lines (17 loc) · 1.07 KB

PowerShell Jupyter Notebook

Associated Blogpost

Binder PowerShell Jupyter Notebook

Click on the Binder logo below to start this Docker PowerShell Jupyter image on Binder

Binder

Build Locally

Build the Docker Image locally;

  • Clone this repo
  • cd/ to the location you put the Dockerfile
  • docker build --tag darrenjrobinson/pwsh-jupyter-notebook .

Run the Docker Container

Run the Docker Container Image

  • docker run -it --rm -p 8888:8888 -v "%CD%":/home/jovyan/work darrenjrobinson/pwsh-jupyter-notebook:latest bash ./start-jupyternotebook.sh
  • navigate to the URL provided in the console

Keep up to date