Skip to content

Embed your notebook's environment inside the notebook itself. Libraries + format to both embed key information about it's environmental dependencies into the notebook as well as extract the required info to recreate that environment.

License

Notifications You must be signed in to change notification settings

gclouduniverse/SelfContainedJupyterNotebooks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Standard Way Of Representing Environment For A Notebook

This repository contains json.schema that can be used to embed informaiton about the environment that is enough to make notebook reproducible. Plese look on the revisions list to check what exactly is stored by a specific version of the schema.

Limitations

  1. Scope limited to specifying the notebook's environment.
    • Out of scope: including local files that the notebook may depend on (though we could get some files by linking to a public git repo)

About

Embed your notebook's environment inside the notebook itself. Libraries + format to both embed key information about it's environmental dependencies into the notebook as well as extract the required info to recreate that environment.

Resources

License

Stars

Watchers

Forks

Packages

No packages published