Skip to content

darrenjrobinson/pwsh-jupyter-notebook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

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