Skip to content

TylerLeonhardt/JupyterNotebooks

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JupyterNotebooks

Binder

This repo holds .NET Interactive notebooks.

Running with MyBinder

Click on the badge at the top of the README.

Running with Docker locally

  1. clone the repo
  2. cd /path/to/JupyterNotebooks
  3. docker build . -t 'jupyter-notebooks'
  4. docker run -p 8888:8888 -v ${PWD}:/data/JupyterNotebooks/ jupyter-notebooks:latest start.sh jupyter lab
  5. Navigate in your browser to the URL in your terminal (it looks like this: http://127.0.0.1:8888/?token=23bad32792cb5415b9566ce42ac23739a6f8a105d931f564)

At this point, you should be in Jupyter Lab. It's running within a container. You can modify any of the files in the UI and the changes will be reflected to your host OS so that you can commit changes to your own git repo or something like that.

About

This will hold the Jupyter Notebooks and work with Binder

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 95.6%
  • Dockerfile 4.3%
  • PowerShell 0.1%